aaa.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical"
  4. android:layout_width="match_parent"
  5. android:background="#000000"
  6. android:layout_height="match_parent">
  7. <LinearLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="wrap_content">
  10. <LinearLayout
  11. android:layout_width="0dp"
  12. android:layout_weight="1"
  13. android:gravity="right"
  14. android:orientation="vertical"
  15. android:layout_height="wrap_content">
  16. <TextView
  17. android:layout_width="wrap_content"
  18. android:layout_height="14dp"
  19. android:textSize="12dp"
  20. android:text="최진오"
  21. />
  22. <TextView
  23. android:layout_width="wrap_content"
  24. android:layout_height="14dp"
  25. android:textSize="12dp"
  26. android:text="최진오"
  27. />
  28. <TextView
  29. android:layout_width="wrap_content"
  30. android:layout_height="14dp"
  31. android:textSize="12dp"
  32. android:text="최진오"
  33. />
  34. <TextView
  35. android:layout_width="wrap_content"
  36. android:layout_height="14dp"
  37. android:textSize="12dp"
  38. android:text="최진오"
  39. />
  40. <TextView
  41. android:layout_width="wrap_content"
  42. android:layout_height="14dp"
  43. android:textSize="12dp"
  44. android:text="최진오"
  45. />
  46. </LinearLayout>
  47. <LinearLayout
  48. android:layout_width="0dp"
  49. android:layout_weight="1"
  50. android:orientation="vertical"
  51. android:layout_height="wrap_content">
  52. <TextView
  53. android:layout_width="wrap_content"
  54. android:layout_height="wrap_content"
  55. android:includeFontPadding="false"
  56. android:textSize="12dp"
  57. android:text="최진오"
  58. />
  59. <TextView
  60. android:layout_width="wrap_content"
  61. android:layout_height="wrap_content"
  62. android:includeFontPadding="false"
  63. android:textSize="12dp"
  64. android:text="최진오"
  65. />
  66. <TextView
  67. android:layout_width="wrap_content"
  68. android:layout_height="wrap_content"
  69. android:includeFontPadding="false"
  70. android:textSize="12dp"
  71. android:text="최진오"
  72. />
  73. <TextView
  74. android:layout_width="wrap_content"
  75. android:layout_height="wrap_content"
  76. android:includeFontPadding="false"
  77. android:textSize="12dp"
  78. android:text="최진오"
  79. />
  80. <TextView
  81. android:layout_width="wrap_content"
  82. android:layout_height="wrap_content"
  83. android:includeFontPadding="false"
  84. android:textSize="12dp"
  85. android:text="최진오"
  86. />
  87. </LinearLayout>
  88. </LinearLayout>
  89. </LinearLayout>