summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-02 00:04:57 +0300
committerAndrew Dolgov <[email protected]>2015-06-02 00:04:57 +0300
commit51793c150a2f11fd92cb5b4e10fe479d084a2ab4 (patch)
tree1fde9ee48d490963afdcad76c856bee08379feb8 /org.fox.ttrss/src/main/res
parent1281e7dd42e5ea6f534dc4b343f4449b5871c13c (diff)
more ripples for article fragment
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/article_fragment.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/article_fragment.xml b/org.fox.ttrss/src/main/res/layout/article_fragment.xml
index 06db2999..4a1709b4 100755
--- a/org.fox.ttrss/src/main/res/layout/article_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/article_fragment.xml
@@ -47,6 +47,7 @@
<TextView
android:id="@+id/title"
+ android:background="@drawable/ripple"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
@@ -68,6 +69,7 @@
<TextView
android:id="@+id/comments"
+ android:background="@drawable/ripple"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"