summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout-sw600dp-port/headlines.xml')
-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>