
After Width: | Height: | Size: 657 B |
After Width: | Height: | Size: 689 B |
After Width: | Height: | Size: 514 B |
After Width: | Height: | Size: 525 B |
After Width: | Height: | Size: 739 B |
After Width: | Height: | Size: 769 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,26 @@
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" |
||||
android:layout_width="fill_parent" |
||||
android:layout_height="wrap_content" |
||||
android:orientation="vertical" |
||||
android:paddingBottom="5dp" |
||||
android:paddingLeft="8dp" |
||||
android:paddingRight="8dp" |
||||
android:paddingTop="5dp"> |
||||
|
||||
<LinearLayout |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:background="@drawable/date_bubble_white" |
||||
android:id="@+id/message_box" |
||||
android:layout_centerHorizontal="true"> |
||||
<TextView |
||||
android:layout_width="wrap_content" |
||||
android:layout_height="wrap_content" |
||||
android:textColorLink="@color/black87" |
||||
android:textColor="?attr/color_text_secondary" |
||||
android:textSize="?attr/TextSizeBody" |
||||
android:id="@+id/message_body" /> |
||||
</LinearLayout> |
||||
|
||||
</RelativeLayout> |