summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml3
1 files changed, 3 insertions, 0 deletions
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 04bd55da..acfd6988 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
@@ -156,6 +156,7 @@
<ImageView
android:id="@+id/marked"
+ android:background="@drawable/ripple"
android:layout_width="wrap_content"
android:layout_height="24dp"
android:paddingLeft="4dp"
@@ -166,6 +167,7 @@
<ImageView
android:id="@+id/published"
+ android:background="@drawable/ripple"
android:layout_width="wrap_content"
android:layout_height="24dp"
android:paddingLeft="4dp"
@@ -176,6 +178,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"