X-Git-Url: https://git.ktnx.net/?p=mobile-ledger.git;a=blobdiff_plain;f=app%2Fsrc%2Fmain%2Fres%2Flayout%2Factivity_main.xml;h=6ddb67e4141e35d680b6bfc1854b593b09d888dd;hp=833b5fb280118d8dff55974f12b75e27a809116a;hb=86e2084b850138f76c159d38adebe99282d174de;hpb=3b365016042215dd73cb4600840aa8199b8322b9 diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 833b5fb2..6ddb67e4 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -40,107 +40,143 @@ android:layout_width="match_parent" android:layout_height="match_parent"> - - - + android:layout_height="match_parent"> + + + android:orientation="vertical" + android:theme="@style/AppTheme" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent"> - + - - + - - - + + + + + + + android:elevation="24dp" + android:orientation="horizontal"> - + + + + + + android:gravity="center_vertical" + android:orientation="horizontal" + android:visibility="gone"> + + + + + + - + - + - + - - + + + - + android:layout_marginBottom="0dp" + android:orientation="vertical"> - + android:divider="@drawable/list_divider" + android:elevation="2dp" + android:orientation="vertical" + android:showDividers="beginning" + app:layout_constraintBottom_toBottomOf="parent"> - - - + android:layout_weight="1" + android:drawableStart="@drawable/ic_view_list_black_24dp" + android:onClick="navProfilesClicked" + android:text="@string/profiles" /> - + - + - + - - - - - - - - - - - - - - - + android:layout_height="wrap_content" + android:background="@drawable/side_nav_bar" + android:gravity="center_vertical" + android:orientation="horizontal" + android:padding="@dimen/activity_vertical_margin" + android:theme="@style/ThemeOverlay.AppCompat.Dark" + app:layout_constraintTop_toTopOf="parent"> + + + + + + + + + + + + + + + + + + + + + + - - +