summaryrefslogtreecommitdiff
path: root/core/src/main/res/values-v21
diff options
context:
space:
mode:
authoralifeflow <de_al_m@qq.com>2018-03-25 16:00:42 +0900
committeralifeflow <de_al_m@qq.com>2018-03-25 16:02:35 +0900
commit05f923ebe256b71636e2369d48450a52ab87f944 (patch)
tree3063e78d91d43e3b89b1a534dc0251b829069065 /core/src/main/res/values-v21
parent6dbe772345b7bb2ebd22a510adee9a36975451c4 (diff)
downloadAntennaPod-05f923ebe256b71636e2369d48450a52ab87f944.zip
[Ture Black] True Black Theme for AMOLED
Add true black themese Modified code that fails to support three themes
Diffstat (limited to 'core/src/main/res/values-v21')
-rw-r--r--core/src/main/res/values-v21/styles.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/core/src/main/res/values-v21/styles.xml b/core/src/main/res/values-v21/styles.xml
index 503337c95..c53000c4f 100644
--- a/core/src/main/res/values-v21/styles.xml
+++ b/core/src/main/res/values-v21/styles.xml
@@ -6,6 +6,19 @@
<style name="Theme.AntennaPod.Dark" parent="Theme.Base.AntennaPod.Dark">
<item name="android:windowContentTransitions">true</item>
</style>
+ <style name="Theme.AntennaPod.TrueBlack" parent="Theme.Base.AntennaPod.TrueBlack">
+ <item name="android:windowContentTransitions">true</item>
+ <item name="android:navigationBarColor">@color/black</item>
+ <item name="android:colorAccent">@color/white</item>
+ <item name="android:colorPrimary">@color/black</item>
+ <item name="android:colorPrimaryDark">@color/black</item>
+ </style>
+ <style name="Theme.AntennaPod.TrueBlack.NoTitle" parent="Theme.Base.AntennaPod.TrueBlack.NoTitle">
+ <item name="android:navigationBarColor">@color/black</item>
+ <item name="android:colorAccent">@color/white</item>
+ <item name="android:colorPrimary">@color/black</item>
+ <item name="android:colorPrimaryDark">@color/black</item>
+ </style>
<style name="Widget.AntennaPod.Button" parent="Widget.AppCompat.Button">
<item name="textAllCaps">true</item>