Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:app="http://schemas.android.com/apk/res-auto"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:orientation="horizontal"
  7. android:visibility="visible"
  8. tools:context="net.ucoz.rfonlinetmb.rfonlinecombine.MainActivity">
  9.  
  10. <TableLayout
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13. android:gravity="left"
  14. android:orientation="horizontal"
  15. android:visibility="visible">
  16.  
  17. <TableRow
  18. android:layout_width="match_parent"
  19. android:layout_height="match_parent"
  20. android:gravity="center_horizontal">
  21.  
  22. <TableRow
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content"
  25. android:gravity="center_horizontal">
  26.  
  27. <TextView
  28. android:id="@+id/textViewstrujkaa"
  29. android:layout_width="wrap_content"
  30. android:layout_height="wrap_content"
  31. android:layout_gravity="center_vertical"
  32. android:text="Бижутерия Будущего и Цитадели"
  33. android:textSize="18sp"
  34. android:textStyle="bold"/>
  35.  
  36. </TableRow>
  37.  
  38. </TableRow>
  39.  
  40. <TableRow
  41. android:layout_width="match_parent"
  42. android:layout_height="match_parent"
  43. android:gravity="center_horizontal"
  44. >
  45.  
  46. <TextView
  47. android:id="@+id/textViewturel40"
  48.  
  49. android:layout_width="wrap_content"
  50. android:layout_height="wrap_content"
  51. android:allowUndo="false"
  52. android:fontFamily="sans-serif"
  53. android:text=' Данная бижутерия добывается с Коробки Драгоценностей Цитадели. Её можно получить за прохождение:'/></TableRow>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement