summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/drawable
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
parent209b82a1dab3330a791e7c93a488d8d4abf3931e (diff)
add ripple effect to headline row image view buttons
Diffstat (limited to 'org.fox.ttrss/src/main/res/drawable')
-rw-r--r--org.fox.ttrss/src/main/res/drawable/ripple.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/drawable/ripple.xml b/org.fox.ttrss/src/main/res/drawable/ripple.xml
new file mode 100644
index 00000000..1999ca08
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/drawable/ripple.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- no ripple support before api21 so its a dummy transparent bg -->
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
+
+ <solid android:color="@android:color/transparent" />
+
+</shape> \ No newline at end of file