Kaidul

Layout

Aug 13th, 2013
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.84 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_width="match_parent"
  4.    android:layout_height="match_parent"
  5.    android:baselineAligned="false"
  6.    android:orientation="horizontal" >
  7.  
  8.     <FrameLayout
  9.        android:id="@+id/category_fragment"
  10.        android:layout_width="0dp"
  11.        android:layout_height="match_parent"
  12.        android:layout_weight="1" />
  13.  
  14.     <FrameLayout
  15.        android:id="@+id/sub_category_fragment"
  16.        android:layout_width="0dp"
  17.        android:layout_height="match_parent"
  18.        android:layout_weight="1" />
  19.    
  20.     <FrameLayout
  21.        android:id="@+id/sub_sub_category_fragment"
  22.        android:layout_width="0dp"
  23.        android:layout_height="match_parent"
  24.        android:layout_weight="1" />
  25.  
  26. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment