X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;ds=sidebyside;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_main.xml;h=8a380b0e0ac0356ffd1b638268f74697cc8c3a78;hb=09e26d2279484b4dfe0de218b05f075362fff4b5;hp=28115e186ddcfb5573910a50c201f27971a26f18;hpb=e9c32b3e389fe8c53e0ffabff1a654d7c3d326cf;p=mobile-ledger.git diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 28115e18..8a380b0e 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,18 +1,18 @@ - - - + android:layout_height="match_parent"> - - - - - - - + android:layout_height="match_parent"> - + + + android:orientation="vertical" + android:theme="@style/AppTheme" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - - + + + android:background="@drawable/ic_filter_list_black_24dp" /> - + android:layout_weight="1" /> + android:background="@drawable/ic_clear_black_24dp" + android:clickable="true" + android:focusable="true" /> + android:elevation="24dp" + android:orientation="horizontal"> + android:id="@+id/transaction_last_update_label" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:paddingStart="8dp" + android:paddingEnd="8dp" + android:text="@string/transactions_last_update_label" + android:textColor="@android:color/tertiary_text_light" /> + android:id="@+id/transactions_last_update" + style="@android:style/Widget.DeviceDefault.Light.TextView" + android:layout_width="0dp" + android:layout_height="wrap_content" + android:layout_weight="1" + android:text="\?" + android:textColor="@android:color/tertiary_text_light" + tools:ignore="HardcodedText" /> + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + app:layout_constraintBottom_toTopOf="@+id/nav_fixed_items" + app:layout_constraintTop_toBottomOf="@+id/nav_header"> - + - + + + + + + + + + + + + + + + + + + + + + - - + - + - +