summaryrefslogtreecommitdiffstats
path: root/res/drawable/bottom_sheet_background.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/drawable/bottom_sheet_background.xml')
-rw-r--r--res/drawable/bottom_sheet_background.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/res/drawable/bottom_sheet_background.xml b/res/drawable/bottom_sheet_background.xml
index 7a09584..c0c3668 100644
--- a/res/drawable/bottom_sheet_background.xml
+++ b/res/drawable/bottom_sheet_background.xml
@@ -16,11 +16,8 @@
limitations under the License.
-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <solid android:color="@color/bottom_bar_background_color"/>
- <corners
- android:bottomLeftRadius="0dp"
- android:bottomRightRadius="0dp"
- android:topLeftRadius="@dimen/preview_bottom_sheet_corner_radius"
- android:topRightRadius="@dimen/preview_bottom_sheet_corner_radius"/>
-</shape> \ No newline at end of file
+ xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
+ android:shape="rectangle">
+ <solid android:color="?androidprv:attr/colorSurface"/>
+ <corners android:radius="@dimen/preview_bottom_sheet_corner_radius"/>
+</shape>