summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-12-06 00:05:04 +0300
committerAndrew Dolgov <[email protected]>2015-12-06 00:05:04 +0300
commitd5daa01f6120b4664caefae279d0cdc5b24e434d (patch)
tree3868e558f91e12a185c42f9c2b1312ad8e974013 /org.fox.ttrss/src/main/res/layout
parentd5f8effc6d91854817fdb7b1dc44326dfb940bbc (diff)
add some ripple magic to flavor image
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml1
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
index a7f321c5..87734749 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -44,6 +44,7 @@
<org.fox.ttrss.util.EnlargingImageView
android:id="@+id/flavor_image"
+ android:foreground="@drawable/ripple"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
index 769dd8d7..f9347788 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -45,6 +45,7 @@
<org.fox.ttrss.util.EnlargingImageView
android:id="@+id/flavor_image"
+ android:foreground="@drawable/ripple"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"