19 lines
807 B
XML
19 lines
807 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
android:background="@mipmap/bg_ic_pop"
|
|
android:gravity="center"
|
|
android:layout_height="wrap_content">
|
|
<TextView
|
|
android:id="@+id/tipLabel"
|
|
android:paddingBottom="4dp"
|
|
android:drawablePadding="4dp"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_marginLeft="16dp"
|
|
android:text="小提示:文字招呼可以在打招呼中便捷使用"
|
|
android:textColor="#ff333333"
|
|
android:textSize="14sp"
|
|
android:drawableLeft="@mipmap/ic_bell"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"/>
|
|
</LinearLayout> |