Skip to content

Commit 167349e

Browse files
committed
add black background to theme
1 parent 3586c3c commit 167349e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<style name="Chooser">
4+
<item name="android:windowBackground">@color/black</item>
45
<item name="android:windowActionBar">false</item>
56
<item name="android:windowNoTitle">true</item>
67
<item name="android:windowFullscreen">true</item>

0 commit comments

Comments
 (0)