summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout-sw600dp-port
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-05 23:18:35 +0400
committerAndrew Dolgov <[email protected]>2014-11-05 23:18:35 +0400
commit868839598b4c2dce291ba7d5fb1c4c2c341ce716 (patch)
tree3cbc661c0a71e536d59f92fcfa2e9028351e063c /org.fox.ttrss/src/main/res/layout-sw600dp-port
parent250394d99bee3cfd220a43b33d05e33e875cc72a (diff)
remove drawer from sw600dp portrait layout
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-port')
-rw-r--r--org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines_articles.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines_articles.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines_articles.xml
deleted file mode 100644
index 2618730f..00000000
--- a/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines_articles.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main"
- android:fitsSystemWindows="true"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical">
-
- <FrameLayout
- android:id="@+id/sw600dp_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/article_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?articleBackground">
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/headlines_fragment"
- android:layout_height="match_parent"
- android:layout_width="400dp"
- android:layout_gravity="start"
- android:background="?headlinesBackgroundSolid">
- </FrameLayout>
- </android.support.v4.widget.DrawerLayout>
-
-</LinearLayout> \ No newline at end of file