summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml3
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_compact.xml1
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml1
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml3
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml1
5 files changed, 9 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"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml
index fdd60d62..74184cd1 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_compact.xml
@@ -106,6 +106,7 @@
<ImageView
android:id="@+id/marked"
+ android:background="@drawable/ripple"
android:layout_width="24dp"
android:layout_gravity="bottom|right"
android:layout_height="24dp"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
index 669ae168..ad9ba329 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread_compact.xml
@@ -108,6 +108,7 @@
<ImageView
android:id="@+id/marked"
+ android:background="@drawable/ripple"
android:tint="?headlineFooterColor"
android:layout_width="24dp"
android:layout_gravity="bottom|right"
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"
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
index 141aae0e..58317014 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
@@ -108,6 +108,7 @@
<ImageView
android:id="@+id/marked"
+ android:background="@drawable/ripple"
android:layout_width="24dp"
android:layout_gravity="bottom|right"
android:layout_height="24dp"