Advertisement
Guest User

Untitled

a guest
Aug 27th, 2017
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.47 KB | None | 0 0
  1. <RelativeLayout>
  2.   <ImageView />
  3.   <ImageView />
  4.   <RelativeLayout>
  5.     <TextView />
  6.     <LinearLayout>
  7.       <TextView />
  8.       <RelativeLayout>
  9.         <EditText />
  10.       </RelativeLayout>
  11.     </LinearLayout>
  12.     <LinearLayout>
  13.       <TextView />
  14.       <RelativeLayout>
  15.         <EditText />
  16.       </RelativeLayout>
  17.     </LinearLayout>
  18.     <TextView />
  19.   </RelativeLayout>
  20.   <LinearLayout >
  21.     <Button />
  22.     <Button />
  23.   </LinearLayout>
  24. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement