| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:background="#000000"
- android:layout_height="match_parent">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content">
- <LinearLayout
- android:layout_width="0dp"
- android:layout_weight="1"
- android:gravity="right"
- android:orientation="vertical"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="14dp"
- android:textSize="12dp"
- android:text="최진오"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="14dp"
- android:textSize="12dp"
- android:text="최진오"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="14dp"
- android:textSize="12dp"
- android:text="최진오"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="14dp"
- android:textSize="12dp"
- android:text="최진오"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="14dp"
- android:textSize="12dp"
- android:text="최진오"
- />
- </LinearLayout>
- <LinearLayout
- android:layout_width="0dp"
- android:layout_weight="1"
- android:orientation="vertical"
- android:layout_height="wrap_content">
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:includeFontPadding="false"
- android:textSize="12dp"
- android:text="최진오"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:includeFontPadding="false"
- android:textSize="12dp"
- android:text="최진오"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:includeFontPadding="false"
- android:textSize="12dp"
- android:text="최진오"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:includeFontPadding="false"
- android:textSize="12dp"
- android:text="최진오"
- />
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:includeFontPadding="false"
- android:textSize="12dp"
- android:text="최진오"
- />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
|