Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:layout_centerHorizontal="true"
  5. android:layout_centerInParent="true"
  6. android:layout_centerVertical="true"
  7. android:orientation="vertical"
  8. android:weightSum="1">
  9.  
  10. <TextView
  11. android:id="@+id/text"
  12. android:layout_width="80dp"
  13. android:layout_height="80dp"
  14. android:textAlignment="center"
  15. android:gravity="center"
  16. android:textSize="16sp"
  17. android:textColor="#fffffe" />
  18. </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement