From df0c03abd8c30e70bcb5b79167f0919faefad0bf Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 7 Feb 2015 16:35:44 +0300 Subject: 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) --- .../src/main/res/layout-sw600dp-port/headlines.xml | 36 ------------------- .../res/layout-sw600dp-port/headlines_articles.xml | 41 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 36 deletions(-) delete mode 100644 org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml create mode 100644 org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines_articles.xml (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-port') 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 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file 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 new file mode 100644 index 00000000..f4ff2c59 --- /dev/null +++ b/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines_articles.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3