summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout-sw600dp-port
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-13 12:59:40 +0300
committerAndrew Dolgov <[email protected]>2014-11-13 12:59:40 +0300
commit7a9ce35f2e4b3e186819e08930f1cfdc3ad121e6 (patch)
tree89187bd7e0f0207c5d162f64ecec1068298a153e /org.fox.ttrss/src/main/res/layout-sw600dp-port
parent72505dc655841180533f3631ee8087580063b2ca (diff)
remove unused styles
partially fix headlines list rendering incorrectly on 5.0 (thanks a lot, google)
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.xml5
1 files changed, 3 insertions, 2 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
index ba5b20e3..01737c68 100644
--- a/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml
+++ b/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml
@@ -19,13 +19,14 @@
android:id="@+id/headlines_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?smallScreenBackground"></FrameLayout>
+ android:background="?headlinesBackground">
+ </FrameLayout>
<FrameLayout
android:id="@+id/feeds_fragment"
android:layout_width="300dp"
android:layout_gravity="start"
- android:background="?smallScreenBackground"
+ android:background="?feedlistBackground"
android:layout_height="match_parent" >
</FrameLayout>