summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-28 21:36:13 +0300
committerAndrew Dolgov <[email protected]>2011-11-28 21:36:13 +0300
commit2b15ba91d4469fbb92b13195785f474bec0b3d3c (patch)
tree56c01b6d52a41278a31962db0370f79571a9f06d /res/layout/main.xml
parentb150696e7912c6f1732102953e1206d5d82f7189 (diff)
add category support to tablet UI
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 9973a225..e0a8394c 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -7,6 +7,7 @@
</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="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.3" android:id="@+id/cats_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>