From 7e03ca0e736db9c1f6fc96345fe0c2e74412ecc2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 May 2013 15:52:54 +0400 Subject: [PATCH] fix wrong backgrounds being used by tablet headline views properly reset feedisselected flag when menu is shown --- res/layout-sw600dp-land/headlines.xml | 1 - res/layout-sw600dp-port/headlines.xml | 1 - res/layout-sw700dp/headlines.xml | 1 - src/org/fox/ttrss/FeedsActivity.java | 1 + src/org/fox/ttrss/offline/OfflineFeedsActivity.java | 1 + 5 files changed, 2 insertions(+), 3 deletions(-) diff --git a/res/layout-sw600dp-land/headlines.xml b/res/layout-sw600dp-land/headlines.xml index 93324ebb..9acfd86b 100644 --- a/res/layout-sw600dp-land/headlines.xml +++ b/res/layout-sw600dp-land/headlines.xml @@ -2,7 +2,6 @@ android:id="@+id/main" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="?headlinesBackgroundSolid" android:orientation="vertical" > diff --git a/res/layout-sw700dp/headlines.xml b/res/layout-sw700dp/headlines.xml index 93324ebb..9acfd86b 100644 --- a/res/layout-sw700dp/headlines.xml +++ b/res/layout-sw700dp/headlines.xml @@ -2,7 +2,6 @@ android:id="@+id/main" android:layout_width="fill_parent" android:layout_height="fill_parent" - android:background="?headlinesBackgroundSolid" android:orientation="vertical" >