| <?xml version="1.0" encoding="utf-8"?> |
| <LinearLayout |
| xmlns:android="http://schemas.android.com/apk/res/android" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| android:orientation="vertical"> |
| |
| <LinearLayout |
| android:orientation="horizontal" |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content"> |
| |
| <TextView |
| android:id="@+id/item_username" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:text="a weird guy"/> |
| |
| <TextView |
| android:id="@+id/msg_time" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:layout_marginLeft="10dp" |
| android:text="10:20:30"/> |
| |
| </LinearLayout> |
| |
| <TextView |
| android:id="@+id/message_text" |
| android:layout_width="wrap_content" |
| android:layout_height="wrap_content" |
| android:text="Hello" /> |
| |
| </LinearLayout> |