set background dark/light theme aware for upload bottom sheet

Resolves #994

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-10 01:21:34 +02:00
parent fdb7e54827
commit e858f897f8
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -21,6 +21,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/bg_bottom_sheet"
android:orientation="vertical"
android:paddingBottom="8dp">