Advertisement
Guest User

twopane.xml

a guest
Jan 10th, 2013
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5.  
  6. <fragment
  7. android:id="@+id/listen_fragment"
  8. android:name="com.example.test.listen_fragment"
  9. android:layout_width="110dp"
  10. android:layout_height="match_parent" />
  11.  
  12. <fragment
  13. android:id="@+id/content_fragment"
  14. android:name="com.example.test.content_fragment"
  15. android:layout_width="wrap_content"
  16. android:layout_height="match_parent" />
  17.  
  18. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement