summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-04-07 11:58:14 +0300
committerAndrew Dolgov <[email protected]>2015-04-07 11:58:14 +0300
commit5f0b12d01d6fff1c7125469e89fd63f7347412da (patch)
treeab69e696d6548b45666da5ce9a789f75c65fd4e4 /org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
parent70d366bcc56c337b34f76c0abc930928e54e19e7 (diff)
remove headlineNormalBackground, default to framework theme; enable ripple effect on headlines list
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_fragment.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_fragment.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
index b3aa5d92..03a5146f 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
@@ -11,6 +11,7 @@
<ListView
android:id="@+id/headlines_list"
+ android:drawSelectorOnTop="true"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</ListView>