X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_main.xml;h=0ef2dd98f6707f4a2c1069fbfbf4a1d1fb22eacd;hb=964f87b67205d74ad03417e5822bbb9d1dbe47a6;hp=abcf9fb866793ae3cac3153503f2450a17ee00e3;hpb=15ded8214c4afe61c3d46eaed8ce8ef0a43ef417;p=mobile-ledger-staging.git diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index abcf9fb8..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