This commit is contained in:
jinyuera
2021-02-26 16:29:42 +08:00
parent 088360784a
commit 60fdeb3488
6 changed files with 102 additions and 22 deletions

View File

@@ -30,6 +30,19 @@
</LinearLayout>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="14sp"
android:textColor="#000"
android:inputType="text"
android:id="@+id/et_name"
android:layout_marginTop="16dp"
android:hint="请输入姓名"
android:layout_marginRight="8dp"
android:layout_marginLeft="8dp"
/>
<EditText
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -328,10 +328,7 @@
android:background="@mipmap/returnme"
android:paddingBottom="7dp"/>
</LinearLayout>
<android.support.v7.widget.RecyclerView
android:id="@+id/rv_rec"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
<TextView
android:id="@+id/tv_family"
android:text="+添加家庭成员"