im_nim_lingxi_answer_question.xml 691 Bytes
Newer Older
1 2
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
3 4
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
5
    android:maxWidth="263dp"
6 7
    xmlns:tools="http://schemas.android.com/tools"
    tools:text="答案"
霍志良 committed
8
    android:background="@drawable/im_custom_message_round_1da1f2_6dp_bg"
9
    android:id="@+id/answer_question"
霍志良 committed
10 11
    android:textColor="@color/white"
    android:textSize="@dimen/im_text_size_17"
12 13 14
    android:paddingTop="@dimen/platform_dp_9"
    android:paddingBottom="@dimen/platform_dp_9"
    android:paddingStart="@dimen/platform_dp_10"
15
    android:paddingEnd="@dimen/platform_dp_10">
16 17

</TextView>