d
This commit is contained in:
@@ -329,6 +329,51 @@
|
||||
android:paddingBottom="7dp"/>
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0.5dip"
|
||||
android:layout_marginLeft="15dip"
|
||||
android:layout_marginRight="15dip"
|
||||
android:background="@color/lighteeeeee" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/ll_jt"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="50dp"
|
||||
android:layout_marginStart="15dip"
|
||||
android:layout_marginEnd="15dip"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_vertical"
|
||||
android:text="家庭成员"
|
||||
android:textColor="#333333"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_marginLeft="20dip"
|
||||
android:visibility="invisible"
|
||||
android:layout_weight="1"
|
||||
android:background="@null"
|
||||
android:hint="成员"
|
||||
android:text="@{myentity.string11}"
|
||||
android:textColor="#333333"
|
||||
android:textSize="16sp" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="8dp"
|
||||
android:layout_height="14dp"
|
||||
android:layout_marginLeft="20dip"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="@mipmap/returnme"
|
||||
android:paddingBottom="7dp"/>
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_family"
|
||||
android:text="+添加家庭成员"
|
||||
|
||||
Reference in New Issue
Block a user