Advertisement
moonlightcheese

Untitled

Jan 19th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.76 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="vertical"
  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.TicketListFragment"
  8.               android:id="@+id/ticket_list_fragment"
  9.               android:layout_weight=".75"
  10.               android:layout_height="match_parent"
  11.               android:layout_width="wrap_content"/>
  12.     <fragment android:name="com.conceptualsystems.smsmobile2.TicketReviewFragment"
  13.               android:id="@+id/ticket_review_fragment"
  14.               android:layout_weight=".25"
  15.               android:layout_height="match_parent"
  16.               android:layout_width="match_parent"/>
  17. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement