19 lines
702 B
XML
19 lines
702 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:layout_gravity="center">
|
|
|
|
<TextView
|
|
android:id="@+id/nim_message_item_text_body"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/nim_bg_message_tip"
|
|
android:paddingLeft="7dip"
|
|
android:paddingRight="7dip"
|
|
android:textColor="@color/color_black_333333"
|
|
android:textSize="12sp"
|
|
tools:text="12312313" />
|
|
</LinearLayout> |