fix: popups backgrounds to black when in OLED mode

This commit is contained in:
rebelonion 2024-02-06 21:55:14 -06:00
parent 9bb4c702f3
commit 2912ee5f73
16 changed files with 24 additions and 1 deletions

View file

@ -2,6 +2,7 @@
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:background="@drawable/bottom_sheet_background"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout