X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_main.xml;h=0ef2dd98f6707f4a2c1069fbfbf4a1d1fb22eacd;hb=964f87b67205d74ad03417e5822bbb9d1dbe47a6;hp=2b26944de57588953bea7673f3b6faa1cc73f404;hpb=2e1ff4566d4a229f920bd713eef234f9495a6d99;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 2b26944d..0ef2dd98 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,232 +1,239 @@ - + tools:context=".ui.activity.MainActivity" + > - - - + android:background="?table_row_dark_bg" + android:visibility="gone" + > - - - + + + + + + + + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + /> - - - + app:layout_constraintTop_toBottomOf="@+id/textView" + /> - - - - - - - - - - - - - - - - - - - - - + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/textView3" + /> + + + - + + + tools:openDrawer="start" + > - + > + + - + android:orientation="vertical" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/toolbar" + > - - + + - - + android:layout_marginTop="-8dp" + android:layout_marginBottom="-7dp" + android:layout_weight="1" + android:indeterminate="true" + android:min="0" + android:padding="0dp" + android:progressTint="?colorPrimary" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + /> - + android:background="@drawable/ic_clear_accent_24dp" + android:clickable="true" + android:focusable="true" + /> - + - + - + - + - + + + + + + + + android:visibility="gone" + app:layout_constraintBottom_toBottomOf="parent" + > - - + android:text="@string/action_settings" + app:drawableStartCompat="@drawable/ic_settings_black_24dp" + /> - - - - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file