第一次提交
This commit is contained in:
19
yunxinkit/res/layout/nim_message_item_unknown.xml
Normal file
19
yunxinkit/res/layout/nim_message_item_unknown.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user