Advertisement
Guest User

main_activity.xml

a guest
Dec 16th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.35 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.              android:layout_width="match_parent"
  3.              android:layout_height="match_parent">
  4.  
  5.     <FrameLayout
  6.        android:id="@+id/fragment_frame_layout"
  7.        android:layout_width="match_parent"
  8.        android:layout_height="match_parent"/>
  9.  
  10. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement