summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_footer.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-31 13:00:54 +0300
committerAndrew Dolgov <[email protected]>2014-10-31 13:00:54 +0300
commit436f3359038b1f7cabfe92996c4c53d8dc74b076 (patch)
tree7a8acafc7d219efe22df55a9522dfa3fe5baa17a /org.fox.ttrss/src/main/res/layout/headlines_footer.xml
parentec156b69b0cae6d60d6e4091bba60eeb2c5f356f (diff)
allow overscroll for headlines list if auto mark as read is enabled
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_footer.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_footer.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_footer.xml b/org.fox.ttrss/src/main/res/layout/headlines_footer.xml
new file mode 100644
index 00000000..5877aae9
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/layout/headlines_footer.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/headlines_footer"
+ android:layout_width="fill_parent"
+ android:layout_height="fill_parent">
+
+ <View
+ android:layout_gravity="top|center_horizontal"
+ android:layout_marginTop="10dp"
+ android:layout_width="128dp"
+ android:layout_height="1dp"
+ android:background="?unreadCounterBackground"/>
+
+</FrameLayout> \ No newline at end of file