summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/values-v19/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-07 22:05:21 +0300
committerAndrew Dolgov <[email protected]>2015-02-07 22:05:21 +0300
commit46692d0e89300dc067331b24ea043238e648d87b (patch)
tree1dfcb20e8929f2d6b0cbbc538b9b4521297133ac /org.fox.ttcomics/src/main/res/values-v19/style.xml
parent685f44886208554e91f8323b81a0d8e6fee0e86f (diff)
~material design~
Diffstat (limited to 'org.fox.ttcomics/src/main/res/values-v19/style.xml')
-rw-r--r--org.fox.ttcomics/src/main/res/values-v19/style.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/org.fox.ttcomics/src/main/res/values-v19/style.xml b/org.fox.ttcomics/src/main/res/values-v19/style.xml
deleted file mode 100644
index 1caf78d..0000000
--- a/org.fox.ttcomics/src/main/res/values-v19/style.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<resources>
-
- <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
- <item name="android:actionBarStyle">@style/ActionBar.Light</item>
- </style>
-
- <style name="ActionBar.Light" parent="Widget.AppCompat.ActionBar.Solid">
- <item name="android:background">#222222</item>
- <item name="android:titleTextStyle">@style/ActionBarText.Light</item>
- </style>
-
- <style name="ActionBarText.Light" parent="@style/TextAppearance.AppCompat.Widget.ActionBar.Title">
- <item name="android:textColor">@android:color/white</item>
- </style>
-
- <style name="ViewLightTheme" parent="Theme.AppCompat.Light.DarkActionBar">
- <item name="viewComicsBackground">@android:color/transparent</item>
- <item name="android:actionBarStyle">@style/ActionBar.Light</item>
- </style>
-
- <style name="ViewDarkTheme" parent="Theme.AppCompat">
- <item name="viewComicsBackground">@android:color/black</item>
- </style>
-
-</resources> \ No newline at end of file