mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-27 04:01:02 +00:00
fix: popups backgrounds to black when in OLED mode
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user