summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout-sw700dp-port/headlines_articles.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-07 16:35:44 +0300
committerAndrew Dolgov <[email protected]>2015-02-07 16:35:44 +0300
commitdf0c03abd8c30e70bcb5b79167f0919faefad0bf (patch)
tree4b2e717eb2854a12f1f679390ce3b04cb33f379a /org.fox.ttrss/src/main/res/layout-sw700dp-port/headlines_articles.xml
parent183079172df6c8152b5da0574bbc04ed7462e836 (diff)
add fix for sidebar not showing/hiding properly on tablets because of activity not being recreated on orientation change (this is needed to restore webview/fsview state)
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout-sw700dp-port/headlines_articles.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout-sw700dp-port/headlines_articles.xml36
1 files changed, 0 insertions, 36 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw700dp-port/headlines_articles.xml b/org.fox.ttrss/src/main/res/layout-sw700dp-port/headlines_articles.xml
deleted file mode 100644
index 7ed80c18..00000000
--- a/org.fox.ttrss/src/main/res/layout-sw700dp-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="500dp"
- android:layout_gravity="start"
- android:background="?headlinesBackground">
- </FrameLayout>
- </android.support.v4.widget.DrawerLayout>
-
-</LinearLayout> \ No newline at end of file