summaryrefslogtreecommitdiff
path: root/res/layout-port/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-port/main.xml
parentb150696e7912c6f1732102953e1206d5d82f7189 (diff)
add category support to tablet UI
Diffstat (limited to 'res/layout-port/main.xml')
-rw-r--r--res/layout-port/main.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout-port/main.xml b/res/layout-port/main.xml
index eb0beb31..571f1ad5 100644
--- a/res/layout-port/main.xml
+++ b/res/layout-port/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="300dp" android:layout_weight="0" android:id="@+id/feeds_fragment"></FrameLayout>
+ <FrameLayout android:layout_height="match_parent" android:layout_width="300dp" android:layout_weight="0" android:id="@+id/cats_fragment"></FrameLayout>
<LinearLayout
android:id="@+id/linearLayout2"
android:layout_height="match_parent" android:orientation="vertical" android:layout_width="match_parent">