第一次提交
This commit is contained in:
47
app/src/main/res/layout/activity_group_activity.xml
Normal file
47
app/src/main/res/layout/activity_group_activity.xml
Normal file
@@ -0,0 +1,47 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
tools:viewBindingIgnore="true"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_marginLeft="@dimen/dp16"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="@dimen/dp44"
|
||||
android:text="请选择打招呼内容"
|
||||
android:textColor="#FF666666"
|
||||
android:textSize="13sp"
|
||||
/>
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:background="@color/white"
|
||||
android:id="@+id/rv_call"
|
||||
android:layout_marginBottom="@dimen/dp144"
|
||||
android:layout_below="@+id/tv_title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"></androidx.recyclerview.widget.RecyclerView>
|
||||
|
||||
<LinearLayout
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="@dimen/dp60"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<Button
|
||||
android:layout_marginBottom="@dimen/dp8"
|
||||
android:id="@+id/bt_call"
|
||||
android:layout_width="@dimen/dp295"
|
||||
android:layout_height="@dimen/dp48"
|
||||
android:text="一键给20人打招呼"
|
||||
android:textSize="17sp"
|
||||
android:enabled="false"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user