|
|
@@ -68,6 +68,10 @@
|
|
|
android:visibility="invisible" />
|
|
|
</RelativeLayout>
|
|
|
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="2px"
|
|
|
+ android:background="@color/item_line" />
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/sex_rl"
|
|
|
style="@style/IMTbleLine"
|
|
|
@@ -100,7 +104,10 @@
|
|
|
android:layout_alignParentStart="true"
|
|
|
android:layout_marginStart="18dp" />
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="2px"
|
|
|
+ android:background="@color/item_line" />
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/min_age_rl"
|
|
|
style="@style/IMTbleLine"
|
|
|
@@ -134,7 +141,10 @@
|
|
|
android:contentDescription="@string/app_name"
|
|
|
android:visibility="invisible" />
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="2px"
|
|
|
+ android:background="@color/item_line" />
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/max_age_rl"
|
|
|
style="@style/IMTbleLine"
|
|
|
@@ -167,7 +177,10 @@
|
|
|
android:contentDescription="@string/app_name"
|
|
|
android:visibility="invisible" />
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="2px"
|
|
|
+ android:background="@color/item_line" />
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/show_time_rl"
|
|
|
style="@style/IMTbleLine"
|
|
|
@@ -197,7 +210,10 @@
|
|
|
android:layout_marginRight="5dp"
|
|
|
android:contentDescription="@string/app_name" />
|
|
|
</RelativeLayout>
|
|
|
-
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="2px"
|
|
|
+ android:background="@color/item_line" />
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
@@ -205,13 +221,13 @@
|
|
|
<Button
|
|
|
android:id="@+id/search_btn"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="50dp"
|
|
|
- android:layout_centerHorizontal="true"
|
|
|
- android:layout_marginLeft="40dp"
|
|
|
- android:layout_marginRight="40dp"
|
|
|
- android:layout_marginTop="@dimen/line_big"
|
|
|
- android:background="@drawable/bg_btn"
|
|
|
- android:text="搜 索"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="20dp"
|
|
|
+ android:layout_marginRight="20dp"
|
|
|
+ android:layout_marginTop="30dp"
|
|
|
+ android:background="@drawable/bg_bule_btn"
|
|
|
+ android:padding="10dp"
|
|
|
+ android:text="提交"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="@dimen/text_main" />
|
|
|
</RelativeLayout>
|