summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values-v21
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-09 21:28:24 +0400
committerAndrew Dolgov <[email protected]>2015-02-09 21:28:24 +0400
commit19c74d9e3f82c1970335aa21f4f78c42f92d126b (patch)
tree556b95146232a15ec84a39deee8522cb98bf4a1f /org.fox.ttrss/src/main/res/values-v21
parent7788c3d0eacc62df5f00ff0b390715217890a4e2 (diff)
add v21 dialog theme
Diffstat (limited to 'org.fox.ttrss/src/main/res/values-v21')
-rw-r--r--org.fox.ttrss/src/main/res/values-v21/style.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values-v21/style.xml b/org.fox.ttrss/src/main/res/values-v21/style.xml
new file mode 100644
index 00000000..c3ac29a1
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/values-v21/style.xml
@@ -0,0 +1,6 @@
+<resources xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <style name="DarkDialogTheme" parent="android:Theme.Material.Dialog">
+ </style>
+
+</resources> \ No newline at end of file