summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml
deleted file mode 100644
index 01737c68..00000000
--- a/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:fitsSystemWindows="true">
-
- <FrameLayout
- android:id="@+id/sw600dp_port_anchor"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:visibility="gone" >
- </FrameLayout>
-
- <android.support.v4.widget.DrawerLayout
- android:id="@+id/headlines_drawer"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <FrameLayout
- android:id="@+id/headlines_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?headlinesBackground">
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/feeds_fragment"
- android:layout_width="300dp"
- android:layout_gravity="start"
- android:background="?feedlistBackground"
- android:layout_height="match_parent" >
- </FrameLayout>
-
- </android.support.v4.widget.DrawerLayout>
-
-
-</FrameLayout> \ No newline at end of file