2020-04-02 10:43:40 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/message_item_notification_label"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginLeft="7dip"
|
|
|
|
android:layout_marginRight="7dip"
|
|
|
|
android:background="@drawable/nim_bg_message_tip"
|
|
|
|
android:gravity="center"
|
|
|
|
android:paddingLeft="7dip"
|
|
|
|
android:paddingRight="7dip"
|
2021-12-16 11:31:53 +08:00
|
|
|
android:textColor="@color/color_black_333333"
|
2020-04-02 10:43:40 +08:00
|
|
|
android:textSize="12sp"/>
|
|
|
|
|
|
|
|
</merge>
|