implement oled theme using windowBackground color
This commit is contained in:
parent
b8a862b92d
commit
254c1b6f0d
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
</style>
|
||||
|
||||
<style name="AppThemeOLED" parent="AppTheme.Base">
|
||||
<item name="android:windowBackground">@android:color/black</item>
|
||||
|
||||
<!-- for settings activity -->
|
||||
<item name="android:textColor">@android:color/white</item>
|
||||
<item name="android:textColorSecondary">@color/material_grey_500</item>
|
||||
|
|
Loading…
Reference in a new issue