From 3ebee7a19925360bee7d318b2b1b368c752af794 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Mon, 15 Nov 2021 01:52:11 +0100 Subject: [PATCH] Update: AppBar corner design --- src/main/res/drawable/background_recycler_bottom.xml | 7 +++++++ src/main/res/layout/fragment.xml | 5 ++++- src/main/res/values/styles.xml | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 src/main/res/drawable/background_recycler_bottom.xml diff --git a/src/main/res/drawable/background_recycler_bottom.xml b/src/main/res/drawable/background_recycler_bottom.xml new file mode 100644 index 00000000..cdd07d48 --- /dev/null +++ b/src/main/res/drawable/background_recycler_bottom.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/src/main/res/layout/fragment.xml b/src/main/res/layout/fragment.xml index 30a5dc9b..1a73f163 100644 --- a/src/main/res/layout/fragment.xml +++ b/src/main/res/layout/fragment.xml @@ -2,6 +2,7 @@ @@ -37,6 +39,7 @@ android:id="@+id/fragment_content" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?android:attr/colorBackground" + android:background="@drawable/background_recycler_bottom" + android:backgroundTint="?android:colorBackground" app:layout_behavior="@string/appbar_scrolling_view_behavior" /> \ No newline at end of file diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml index 5b2e6348..c14f09fc 100644 --- a/src/main/res/values/styles.xml +++ b/src/main/res/values/styles.xml @@ -95,7 +95,6 @@