<?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="20dp"
|
android:background="@color/common_bg"
|
android:gravity="center_vertical"
|
android:orientation="horizontal" >
|
|
<TextView
|
android:id="@+id/message_time"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:layout_marginLeft="5dp"
|
android:textColor="@color/common_text"
|
android:textSize="13sp" />
|
|
</LinearLayout>
|