summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/drawable-v21
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-01 23:43:03 +0300
committerAndrew Dolgov <[email protected]>2015-06-01 23:43:03 +0300
commit69e916684f7970b5112e450d1037fa7cd84da987 (patch)
tree99c7eff94dbb0263891151dc6bc7a0c3f86d9967 /org.fox.ttrss/src/main/res/drawable-v21
parent209b82a1dab3330a791e7c93a488d8d4abf3931e (diff)
add ripple effect to headline row image view buttons
Diffstat (limited to 'org.fox.ttrss/src/main/res/drawable-v21')
-rw-r--r--org.fox.ttrss/src/main/res/drawable-v21/ripple.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/drawable-v21/ripple.xml b/org.fox.ttrss/src/main/res/drawable-v21/ripple.xml
new file mode 100644
index 00000000..015979ba
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/drawable-v21/ripple.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<ripple
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:color="?android:colorControlHighlight" /> \ No newline at end of file