summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp-port
diff options
context:
space:
mode:
authorlpetrus <[email protected]>2012-09-02 15:10:57 +0200
committerAndrew Dolgov <[email protected]>2012-09-02 19:14:16 +0400
commit416d155e85ec4fbc2562c804beec7a70a06f72e7 (patch)
tree0e60e05057b07cfed2847b835d2dd8257946be46 /res/layout-sw600dp-port
parentd5c0f015e589aa612582eaef55b47666da1e4330 (diff)
Small tablet support (< 8")
* Portrait mode ** feed list is now smaller and article list is bigger * Landscape mode ** small tablets display always only two columns
Diffstat (limited to 'res/layout-sw600dp-port')
-rw-r--r--res/layout-sw600dp-port/main.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout-sw600dp-port/main.xml b/res/layout-sw600dp-port/main.xml
index 40f28d6c..02732ba4 100644
--- a/res/layout-sw600dp-port/main.xml
+++ b/res/layout-sw600dp-port/main.xml
@@ -11,9 +11,9 @@
<FrameLayout
android:id="@+id/feeds_fragment"
- android:layout_width="300dp"
+ android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_weight="0"
+ android:layout_weight="0.6"
android:background="?feedlistBackground" >
</FrameLayout>
@@ -21,6 +21,7 @@
android:id="@+id/vertical_fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:layout_weight="0.4"
android:orientation="vertical" >
<FrameLayout