|
@@ -267,26 +267,28 @@
|
|
android:singleLine="true"/>
|
|
android:singleLine="true"/>
|
|
<LinearLayout
|
|
<LinearLayout
|
|
android:id="@+id/ll_custom_age_gender"
|
|
android:id="@+id/ll_custom_age_gender"
|
|
- android:layout_width="wrap_content"
|
|
|
|
|
|
+ android:layout_width="100dp"
|
|
android:layout_height="140dp"
|
|
android:layout_height="140dp"
|
|
android:layout_marginRight="6dp"
|
|
android:layout_marginRight="6dp"
|
|
android:layout_marginLeft="6dp"
|
|
android:layout_marginLeft="6dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentRight="true"
|
|
- android:gravity="bottom"
|
|
|
|
|
|
+ android:gravity="bottom|center_horizontal"
|
|
android:orientation="vertical">
|
|
android:orientation="vertical">
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_custom_gender"
|
|
android:id="@+id/tv_custom_gender"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:textSize="44sp"
|
|
|
|
- android:textColor="@color/black"/>
|
|
|
|
|
|
+ android:textSize="48sp"
|
|
|
|
+ android:textColor="@color/black"
|
|
|
|
+ android:textStyle="bold"/>
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_custom_age"
|
|
android:id="@+id/tv_custom_age"
|
|
android:layout_width="wrap_content"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
- android:textSize="40sp"
|
|
|
|
|
|
+ android:textSize="44sp"
|
|
android:textColor="@color/black"
|
|
android:textColor="@color/black"
|
|
- android:text="-"/>
|
|
|
|
|
|
+ android:text="-"
|
|
|
|
+ android:textStyle="bold"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
<TextView
|
|
<TextView
|
|
android:id="@+id/tv_custom_indate"
|
|
android:id="@+id/tv_custom_indate"
|