From e20eee944c80afe5591defb13174e08b55beb14b Mon Sep 17 00:00:00 2001 From: k0shk0sh Date: Tue, 15 Oct 2019 19:06:36 +0200 Subject: [PATCH] styling --- .../layout/profile_bottom_sheet.xml | 7 +++--- resources/src/main/res/values/styles.xml | 12 +++++++--- resources/src/main/res/values/theme_attrs.xml | 8 ------- resources/src/main/res/values/theme_light.xml | 22 +++++++++++++++---- resources/src/main/res/values/themes.xml | 15 ++++++++++++- 5 files changed, 44 insertions(+), 20 deletions(-) diff --git a/app/src/main/res/layouts/main_layouts/layout/profile_bottom_sheet.xml b/app/src/main/res/layouts/main_layouts/layout/profile_bottom_sheet.xml index 321f3378..bcd6dc71 100644 --- a/app/src/main/res/layouts/main_layouts/layout/profile_bottom_sheet.xml +++ b/app/src/main/res/layouts/main_layouts/layout/profile_bottom_sheet.xml @@ -15,14 +15,14 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@drawable/top_round_corner_background" - android:theme="?android:toolbarStyle"> + android:theme="?android:toolbarStyle" + app:elevation="0dp"> + app:tabMode="scrollable" /> diff --git a/resources/src/main/res/values/styles.xml b/resources/src/main/res/values/styles.xml index c8bc4722..626c8fcf 100644 --- a/resources/src/main/res/values/styles.xml +++ b/resources/src/main/res/values/styles.xml @@ -8,21 +8,27 @@ 220dp - - - - + + + + \ No newline at end of file