X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_main.xml;h=d30b88a1015dd95dffed8db4a71e3dd2dac56518;hb=f6285a302e422758b452cd923efe6041eedb96ff;hp=dacbcea8866eb46eb52c174ec736c6270f294035;hpb=0628b3f6f00212726a03842dff2b169adb64c64c;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 dacbcea8..d30b88a1 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,91 +1,152 @@ - + tools:context=".ui.activity.MainActivity" + > - - - + android:background="?table_row_dark_bg" + android:visibility="gone" + > - + android:layout_height="wrap_content" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" + > + + + + + + + - + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/textView" + /> - + app:layout_constraintTop_toBottomOf="@+id/textView3" + /> + + - + - + + + + + + + - - + android:visibility="gone" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@id/toolbar" + > + /> + /> - - - + - + - + - + - - - + android:layout_gravity="start" + android:fitsSystemWindows="true" + > - - - - - - - - - - - - - - - - - - - - - + android:animateLayoutChanges="true" + android:orientation="vertical" + > + 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