Skip to content

Commit 063e2d1

Browse files
committed
make the dark theme really dark
1 parent 3f4c603 commit 063e2d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<item name="colorAccent">@color/colorAccent</item>
1515
<item name="actionBarStyle">@style/AppTheme.ActionBarStyle</item>
1616
<item name="android:textSize">@dimen/normal_text_size</item>
17+
<item name="android:windowBackground">@android:color/black</item>
1718
</style>
1819

1920
<style name="MyWidgetConfigTheme" parent="@style/AppTheme">

0 commit comments

Comments
 (0)