优化1
This commit is contained in:
@@ -80,9 +80,10 @@
|
||||
android:src="@drawable/male" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/male_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="87dp"
|
||||
android:layout_marginTop="-87dp"
|
||||
android:layout_marginTop="-85dp"
|
||||
android:background="@drawable/gender_background"
|
||||
android:gravity="end"
|
||||
android:orientation="horizontal">
|
||||
@@ -117,9 +118,10 @@
|
||||
android:src="@drawable/female" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/female_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="87dp"
|
||||
android:layout_marginTop="-87dp"
|
||||
android:layout_marginTop="-95dp"
|
||||
android:background="@drawable/gender_background"
|
||||
android:orientation="horizontal">
|
||||
|
||||
@@ -161,6 +163,7 @@
|
||||
android:src="@drawable/question_mark_one" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/third_layout"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="87dp"
|
||||
android:layout_marginTop="-87dp"
|
||||
|
||||
Reference in New Issue
Block a user