summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
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"