d
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="10dip"
|
||||
android:layout_height="2dip"
|
||||
android:background="@color/f7" />
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="60dp">
|
||||
android:layout_height="50dp">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -31,24 +31,34 @@
|
||||
android:paddingLeft="12dp"
|
||||
android:gravity="center_vertical"
|
||||
android:background="@color/white"
|
||||
android:orientation="vertical">
|
||||
|
||||
android:orientation="horizontal">
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:text="家庭成员"
|
||||
android:textColor="#333333"
|
||||
android:textSize="19sp" />
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@{myentity.string12}"
|
||||
android:textColor="#333333"
|
||||
android:textSize="19sp" />
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:gravity="center_vertical"
|
||||
android:text="@{myentity.string1}"
|
||||
android:textColor="#333333"
|
||||
android:textSize="19sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginBottom="6dp"
|
||||
android:gravity="center_vertical"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:text="@{myentity.string2}"
|
||||
android:textColor="@color/lightlittleGrey"
|
||||
android:textSize="15sp" />
|
||||
@@ -69,6 +79,7 @@
|
||||
android:layout_marginTop="15dp"
|
||||
android:layout_marginBottom="15dp"
|
||||
android:layout_marginStart="24dip"
|
||||
android:visibility="gone"
|
||||
android:layout_marginEnd="24dip"
|
||||
android:background="@mipmap/xie" />
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -139,6 +139,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="10dip"
|
||||
android:visibility="gone"
|
||||
android:layout_weight="1"
|
||||
android:background="@mipmap/garage">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user