summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-25 22:04:11 +0300
committerAndrew Dolgov <[email protected]>2011-11-25 22:04:11 +0300
commit362377621481e10fde1ec4e65d434bb4d89b96a9 (patch)
tree95eb14d2d89656d4e2a6cd41c6090ec05418ea7d /res/layout/main.xml
parenta0753dd5dfa182d044826efe926fa1efa8a0dfa0 (diff)
remove hardcoded 300dp width of feeds pane
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 9b327d8a..9973a225 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -6,7 +6,7 @@
<TextView android:textAppearance="?android:attr/textAppearanceLarge" android:text="@string/loading_message" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/loading_message"></TextView>
</LinearLayout>
<LinearLayout android:layout_height="fill_parent" android:orientation="horizontal" android:id="@+id/main" android:layout_width="fill_parent">
- <FrameLayout android:layout_height="match_parent" android:layout_width="300dp" android:layout_weight="0" android:id="@+id/feeds_fragment"></FrameLayout>
+ <FrameLayout android:layout_height="match_parent" android:layout_width="0dp" android:layout_weight="0.3" android:id="@+id/feeds_fragment"></FrameLayout>
<FrameLayout android:layout_height="match_parent" android:layout_width="0dp" android:layout_weight="0.5" android:id="@+id/headlines_fragment"></FrameLayout>
<FrameLayout android:layout_height="match_parent" android:layout_width="0dp" android:layout_weight="0.5" android:id="@+id/article_fragment"></FrameLayout>
</LinearLayout>