X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_main.xml;h=0ef2dd98f6707f4a2c1069fbfbf4a1d1fb22eacd;hb=964f87b67205d74ad03417e5822bbb9d1dbe47a6;hp=2012b6b0f57b8ece34553a6fd076e945ed880d82;hpb=05efd84b433be55e8992fe87e31912d9d57c2362;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 2012b6b0..0ef2dd98 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,231 +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