Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/layout"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:layout_margin="8dip"
  7. android:background="@drawable/red_shape" >
  8.  
  9. <TextView
  10. android:id="@+id/textview_random_number"
  11. style="@android:style/TextAppearance.Medium"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"
  14. android:layout_gravity="center"
  15. android:layout_margin="4dip"
  16. android:gravity="center_horizontal|center_vertical" >
  17. </TextView>
  18.  
  19. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement