summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_divider.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-10 19:24:24 +0300
committerAndrew Dolgov <[email protected]>2015-06-10 19:24:24 +0300
commitdffc737a93f90ec866cb9256e9768b08b13de93c (patch)
tree877be4a66846acd60bd6b04254624c4b0dddaf84 /org.fox.ttrss/src/main/res/layout/headlines_divider.xml
parent415d79199dcb39cac7e8f7d1979dfcbfaaa40aa6 (diff)
refactor layouts naming scheme
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, 0 insertions, 15 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
deleted file mode 100755
index 40294376..00000000
--- a/org.fox.ttrss/src/main/res/layout/headlines_divider.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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