summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_divider.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-04 14:27:41 +0300
committerAndrew Dolgov <[email protected]>2015-06-04 14:27:41 +0300
commit42358f6f6d738b97a9e724688e3b497b693a57ba (patch)
tree1929563ded07f643d566363af8830473d4120725 /org.fox.ttrss/src/main/res/layout/headlines_divider.xml
parent9f776be2ee1c5e7c22d99cc4317c403f64cd91c2 (diff)
move settings and unread only switch to the drawer
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_divider.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_divider.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_divider.xml b/org.fox.ttrss/src/main/res/layout/headlines_divider.xml
new file mode 100755
index 00000000..40294376
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/layout/headlines_divider.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="match_parent"
+ android:layout_height="1dp"
+ android:background="?headlineFooterColor"/>
+
+</FrameLayout> \ No newline at end of file