summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_fragment.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_fragment.xml
parent415d79199dcb39cac7e8f7d1979dfcbfaaa40aa6 (diff)
refactor layouts naming scheme
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_fragment.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_fragment.xml32
1 files changed, 0 insertions, 32 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
deleted file mode 100755
index acddc7a8..00000000
--- a/org.fox.ttrss/src/main/res/layout/headlines_fragment.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/headlines_fragment"
- android:background="?android:colorBackground"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
-
- <android.support.v4.widget.SwipeRefreshLayout
- android:id="@+id/headlines_swipe_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <ListView
- android:id="@+id/headlines_list"
- android:drawSelectorOnTop="true"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- </ListView>
- </android.support.v4.widget.SwipeRefreshLayout>
-
- <!-- <TextView
- android:id="@+id/no_headlines"
- android:clickable="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="center"
- android:text="@string/no_headlines"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:visibility="invisible" >
- </TextView> -->
-
-</FrameLayout> \ No newline at end of file