|
|
|
@ -3,6 +3,7 @@
|
|
|
|
|
android:orientation="vertical"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:background="@drawable/background"
|
|
|
|
|
android:padding="10dp">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -11,6 +12,8 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="left"
|
|
|
|
|
android:paddingLeft="7dp"
|
|
|
|
|
android:paddingRight="7dp"
|
|
|
|
|
android:background="@drawable/bubble_left"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
@ -19,6 +22,7 @@
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:paddingTop="10dp"
|
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
|
android:text="TextView" />
|
|
|
|
@ -30,6 +34,8 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="right"
|
|
|
|
|
android:background="@drawable/bubble_right"
|
|
|
|
|
android:paddingLeft="7dp"
|
|
|
|
|
android:paddingRight="7dp"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
@ -38,6 +44,7 @@
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:gravity="center"
|
|
|
|
|
android:paddingTop="10dp"
|
|
|
|
|
android:textColor="@color/white"
|
|
|
|
|
android:layout_margin="10dp"
|
|
|
|
|
android:text="TextView" />
|
|
|
|
|
</LinearLayout>
|
|
|
|
|