diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2014-10-31 09:06:42 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2014-10-31 09:06:42 +0300 |
| commit | f53dab1982422221c27f9b13d6c176f1b32f80c9 (patch) | |
| tree | 1ac16e1084f8392eb195bc9fe79416a6e03fa6fb /org.fox.ttrss/src/main/res | |
| parent | 424970d191d5ccda77b28255febfd70a3ae8d27b (diff) | |
minor actionbar button/layout fixes
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rw-r--r-- | org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml index 445369b9..d61097a6 100644 --- a/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml +++ b/org.fox.ttrss/src/main/res/layout-sw600dp-land/headlines.xml @@ -18,14 +18,13 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:baselineAligned="false" - android:weightSum="3" android:orientation="horizontal" > <FrameLayout android:id="@+id/feeds_fragment" android:layout_width="0dp" android:layout_height="match_parent" - android:layout_weight="1" + android:layout_weight="0.25" android:background="?feedlistBackground" > </FrameLayout> @@ -33,7 +32,7 @@ android:id="@+id/headlines_fragment" android:layout_width="0dp" android:layout_height="match_parent" - android:layout_weight="2" + android:layout_weight="0.75" android:background="?headlinesBackground" > </FrameLayout> </LinearLayout> |