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