diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2015-06-10 19:24:24 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2015-06-10 19:24:24 +0300 |
| commit | dffc737a93f90ec866cb9256e9768b08b13de93c (patch) | |
| tree | 877be4a66846acd60bd6b04254624c4b0dddaf84 /org.fox.ttrss/src/main/res/layout/headlines_divider.xml | |
| parent | 415d79199dcb39cac7e8f7d1979dfcbfaaa40aa6 (diff) | |
refactor layouts naming scheme
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_divider.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/headlines_divider.xml | 15 |
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 |