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