Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 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. <ImageView
  11. android:id="@+id/text"
  12. android:layout_width="wrap_content"
  13. android:layout_height="wrap_content"
  14. android:padding="10dp"
  15. android:textAlignment="center"
  16. android:gravity="center"
  17. android:ellipsize="middle"
  18. android:textSize="16sp"
  19. android:textColor="#fffffe" />
  20. <ImageView
  21. android:layout_width="match_parent"
  22. android:layout_height="match_parent"
  23. android:scaleType="fitCenter"/>
  24. </FrameLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement