fix: popups backgrounds to black when in OLED mode
This commit is contained in:
parent
9bb4c702f3
commit
2912ee5f73
16 changed files with 24 additions and 1 deletions
9
app/src/main/res/drawable/bottom_sheet_background.xml
Normal file
9
app/src/main/res/drawable/bottom_sheet_background.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="?attr/colorSurface" />
|
||||
<corners
|
||||
android:topLeftRadius="16dp"
|
||||
android:topRightRadius="16dp"
|
||||
android:bottomLeftRadius="0dp"
|
||||
android:bottomRightRadius="0dp"/>
|
||||
</shape>
|
Loading…
Add table
Add a link
Reference in a new issue