summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
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/layout/headlines_row.xml
parent209b82a1dab3330a791e7c93a488d8d4abf3931e (diff)
add ripple effect to headline row image view buttons
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml3
1 files changed, 3 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 9798a892..5f18d42d 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -154,6 +154,7 @@
<ImageView
android:id="@+id/marked"
+ android:background="@drawable/ripple"
android:layout_width="wrap_content"
android:layout_height="24dp"
android:paddingLeft="4dp"
@@ -164,6 +165,7 @@
<ImageView
android:id="@+id/published"
+ android:background="@drawable/ripple"
android:layout_width="wrap_content"
android:layout_height="24dp"
android:paddingLeft="4dp"
@@ -174,6 +176,7 @@
<ImageView
android:id="@+id/article_menu_button"
+ android:background="@drawable/ripple"
android:layout_width="wrap_content"
android:layout_height="16dp"
android:layout_weight="0"