Implemented app-theme-helper. Needs to be cleaned up.
This commit is contained in:
parent
178c15dafb
commit
8b98a9be85
39 changed files with 275 additions and 1370 deletions
|
|
@ -22,9 +22,9 @@
|
|||
</string-array>
|
||||
|
||||
<string-array name="pref_general_theme_list_values">
|
||||
<item>0</item>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
<item>light</item>
|
||||
<item>dark</item>
|
||||
<item>black</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="pref_auto_download_images_titles">
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
</style>
|
||||
|
||||
<style name="Theme.Phonograph.Base.Black" parent="@style/Theme.Phonograph.Base">
|
||||
<item name="android:windowBackground">@drawable/black</item>
|
||||
<item name="android:windowBackground">@android:color/black</item>
|
||||
<item name="divider_color">#18FFFFFF</item>
|
||||
<item name="default_bar_color">@color/grey_800</item>
|
||||
<item name="cardBackgroundColor">@color/grey_900</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue