summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-12-05 23:57:23 +0300
committerAndrew Dolgov <[email protected]>2015-12-05 23:57:23 +0300
commitd5f8effc6d91854817fdb7b1dc44326dfb940bbc (patch)
tree5807462a8193d6a0e386d773198454c50b888135 /org.fox.ttrss/src/main/res/layout
parenta7106ca24002b8adc575db7cf32f5626bb932ec4 (diff)
various contextmenu related fixes
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml2
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml2
2 files changed, 4 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 7c66087e..a7f321c5 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -57,6 +57,7 @@
<RelativeLayout
android:id="@+id/headline_header"
+ android:clickable="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?headlineHeaderBackground"
@@ -64,6 +65,7 @@
<TextView
android:id="@+id/title"
+ android:background="@drawable/ripple"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_span="2"
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 9330bc00..769dd8d7 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
@@ -58,6 +58,7 @@
<RelativeLayout
android:id="@+id/headline_header"
+ android:clickable="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?headlineHeaderBackground"
@@ -65,6 +66,7 @@
<TextView
android:id="@+id/title"
+ android:background="@drawable/ripple"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_span="2"