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