Advertisement
moonlightcheese

Untitled

Jan 20th, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.74 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:orientation="horizontal"
  4.    android:layout_width="fill_parent"
  5.    android:layout_height="fill_parent"
  6.     android:id="@+id/ticket_tab_root_view">
  7.     <fragment android:name="com.conceptualsystems.smsmobile2.YardListFragment"
  8.               android:id="@+id/yard_list_fragment"
  9.               android:layout_weight="1"
  10.               android:layout_height="match_parent"
  11.               android:layout_width="0dp"/>
  12.     <fragment android:name="com.conceptualsystems.smsmobile2.YardReviewFragment"
  13.               android:id="@+id/yard_review_fragment"
  14.               android:layout_weight="2"
  15.               android:layout_height="match_parent"
  16.               android:layout_width="0dp"/>
  17. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement