第一次提交

This commit is contained in:
被淹死的鱼
2026-03-11 18:26:29 +08:00
commit cd3b53759e
8532 changed files with 522078 additions and 0 deletions

View 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>