Files
qianyanAndroid/app/src/main/res/layout/activity_textgrettinglist.xml
被淹死的鱼 cd3b53759e 第一次提交
2026-03-11 18:26:29 +08:00

44 lines
1.7 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:background="#FFCAC7"
android:gravity="center"
android:text="系统会随机发送你的自定义招呼,请勿敷衍"
android:layout_width="match_parent"
android:layout_height="32dp"/>
<TextView
android:id="@+id/emptyLabel"
android:layout_centerHorizontal="true"
android:layout_marginTop="100dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="添加三条以上的自定义招呼提升回复率143%"
android:textColor="#ff333333"
android:textSize="14sp"
/>
<ImageView
android:layout_centerInParent="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/addBtn"
android:gravity="center"
android:background="@drawable/btn_bg_dl_one_key"
android:layout_centerHorizontal="true"
android:layout_marginBottom="16dp"
android:layout_alignParentBottom="true"
android:text="添加招呼"
android:textColor="#ffffffff"
android:textSize="17sp"
android:layout_width="280dp"
android:layout_height="44dp"/>
<androidx.recyclerview.widget.RecyclerView
android:layout_marginBottom="76dp"
android:layout_marginTop="40dp"
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout>