1111
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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="+添加家庭成员"
|
||||
|
||||
Reference in New Issue
Block a user