lv_chat_item_system.xml 809 Bytes
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
              android:orientation="vertical"
              android:layout_width="match_parent"
              android:layout_height="wrap_content">
    <RelativeLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical">

        <TextView
            android:layout_marginTop="10dp"
            android:id="@+id/chat_system"
            android:layout_width="wrap_content"
            android:layout_height="20dp"
            android:text="zzzz"
            android:textSize="12sp"
            android:textColor="@color/text_gray"
            android:layout_centerInParent="true"/>

    </RelativeLayout>

</LinearLayout>