Advertisement
Guest User

Untitled

a guest
Nov 1st, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="match_parent"
  3. android:layout_height="match_parent"
  4. android:orientation="vertical"
  5. android:id="@+id/linear1"
  6. android:background="@drawable/background2">
  7.  
  8. <Spinner
  9. android:id="@+id/spinner1"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content" />
  12.  
  13. <ScrollView
  14. android:id="@+id/scrollView1"
  15. android:layout_width="match_parent"
  16. android:layout_height="wrap_content"
  17. android:layout_marginBottom="15dp"
  18. android:layout_marginTop="15dp" >
  19.  
  20. <LinearLayout
  21. android:layout_width="match_parent"
  22. android:layout_height="match_parent"
  23. android:orientation="vertical" >
  24.  
  25. <TextView
  26. android:layout_gravity="center_horizontal"
  27. android:id="@+id/textView1"
  28. android:textStyle="italic"
  29. android:textColor="#1F1F1F"
  30. android:layout_width="wrap_content"
  31. android:layout_height="wrap_content"
  32. android:textAppearance="?android:attr/textAppearanceSmall" />
  33.  
  34. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement