summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-31 14:18:27 +0400
committerAndrew Dolgov <[email protected]>2014-10-31 14:18:27 +0400
commit3e078aa1d79ca47ac84146a47dc8aa376764656a (patch)
treefcdea01618ee64ca338222ac1c2e2be3b79159ce /org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
parent33acb40c3adc4b5d3b0c27305bfd31d7c4d4b58b (diff)
rename headlines list to a separate id for clarity
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_fragment.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_fragment.xml2
1 files changed, 1 insertions, 1 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 b4c51474..a9060aa8 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
@@ -10,7 +10,7 @@
android:layout_height="match_parent" >
<ListView
- android:id="@+id/headlines"
+ android:id="@+id/headlines_list"
android:layout_width="match_parent"
android:layoutAnimation="@anim/layout_headline"
android:dividerHeight="0dp"