From 4c17b0ed458eec74c4845d8e235100fa49f0c2e3 Mon Sep 17 00:00:00 2001 From: Mygod Date: Wed, 9 May 2018 18:57:20 -0700 Subject: [PATCH] Match 8.1 design style --- mobile/src/main/res/layout/activity_main.xml | 14 +++++++++++--- mobile/src/main/res/values-v27/styles.xml | 13 +++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 mobile/src/main/res/values-v27/styles.xml diff --git a/mobile/src/main/res/layout/activity_main.xml b/mobile/src/main/res/layout/activity_main.xml index 890758df..d625ee21 100644 --- a/mobile/src/main/res/layout/activity_main.xml +++ b/mobile/src/main/res/layout/activity_main.xml @@ -23,14 +23,22 @@ android:id="@+id/navigation" android:layout_width="0dp" android:layout_height="wrap_content" - android:layout_marginEnd="0dp" - android:layout_marginStart="0dp" android:background="?android:attr/windowBackground" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintBottom_toTopOf="@+id/line" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:menu="@menu/navigation"/> + + diff --git a/mobile/src/main/res/values-v27/styles.xml b/mobile/src/main/res/values-v27/styles.xml new file mode 100644 index 00000000..2628b73d --- /dev/null +++ b/mobile/src/main/res/values-v27/styles.xml @@ -0,0 +1,13 @@ + + + + + +