From 8f5876f6f1dcafcf9ec0ccbc9d0ee02af6098cbc Mon Sep 17 00:00:00 2001 From: sds100 Date: Fri, 29 Mar 2019 20:49:44 +0000 Subject: [PATCH] fixed bug: app would crash when trying to show the bottom sheet on the homescreen since it used attributes in its background drawable. --- app/src/main/res/drawable-v19/bg_bottom_sheet.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app/src/main/res/drawable-v19/bg_bottom_sheet.xml diff --git a/app/src/main/res/drawable-v19/bg_bottom_sheet.xml b/app/src/main/res/drawable-v19/bg_bottom_sheet.xml new file mode 100644 index 0000000000..150b2de8b1 --- /dev/null +++ b/app/src/main/res/drawable-v19/bg_bottom_sheet.xml @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file