Skip to content

Commit 03a79c2

Browse files
committed
Force dark theme background in video player
1 parent 77d8c29 commit 03a79c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/video_player.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="match_parent"
5+
android:background="@color/unselected_option_bg"
56
xmlns:tools="http://schemas.android.com/tools"
67
tools:context=".ui.activities.VideoPlayer">
78

0 commit comments

Comments
 (0)