[Android] Fix BottomSheet background

Nicolas Pomepuy git at videolan.org
Fri Apr 24 11:07:51 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Apr 22 08:56:37 2020 +0200| [71ea3fc0691780c89698e4357c45aa73aaea058c] | committer: Geoffrey Métais

Fix BottomSheet background

> https://code.videolan.org/videolan/vlc-android/commit/71ea3fc0691780c89698e4357c45aa73aaea058c
---

 application/resources/src/main/res/drawable/bottom_sheet_background.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/resources/src/main/res/drawable/bottom_sheet_background.xml b/application/resources/src/main/res/drawable/bottom_sheet_background.xml
index d5b64d1d0..19a4c6ca5 100644
--- a/application/resources/src/main/res/drawable/bottom_sheet_background.xml
+++ b/application/resources/src/main/res/drawable/bottom_sheet_background.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android"
     android:shape="rectangle">
-    <solid android:color="?attr/background_default" />
+    <solid android:color="?attr/bottom_navigation_background" />
     <corners
         android:topLeftRadius="16dp"
         android:topRightRadius="16dp" />



More information about the Android mailing list