Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="wrap_content"
  3. android:layout_height="wrap_content"
  4. >
  5. <TextView
  6. android:id="@+id/tvText"
  7. android:layout_width="wrap_content"
  8. android:layout_height="wrap_content"
  9. android:layout_gravity="center"
  10. />
  11.  
  12. <Button android:id="@+id/button"
  13. android:layout_width="22dp"
  14. android:layout_height="22dp"
  15. android:layout_gravity="top|right"
  16. />
  17. </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement