X-Git-Url: https://git.ktnx.net/?a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_main.xml;h=ede0f620caea7d06b558f391f861a5a1bbc22e04;hb=0ef53a968c083b3c4d054eed72febf3610538dc2;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..ede0f620 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