1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="wrap_content"
5 android:layout_marginHorizontal="16dp"
6 android:layout_marginVertical="8dp"
7 android:gravity="end">
8
9 <TextView
10 android:id="@+id/msg_content"
11 android:layout_width="wrap_content"
12 android:layout_height="wrap_content"
13 android:background="@drawable/bg_user_message"
14 android:padding="12dp"
15 android:textColor="@android:color/white" />
16</LinearLayout>