19 lines
693 B
XML
19 lines
693 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout
|
|
android:id="@+id/message_item_unsupport_container"
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
>
|
|
|
|
<TextView
|
|
android:layout_marginLeft="@dimen/text_size_30"
|
|
android:layout_marginRight="@dimen/text_size_16"
|
|
android:layout_centerVertical="true"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="未知类型消息"
|
|
android:textColor="#000"
|
|
android:textSize="15dp"/>
|
|
</RelativeLayout> |