1、用户编辑资料*号位置,需在最后一个字符后方
This commit is contained in:
parent
f52d7452f0
commit
6ffe601060
@ -135,6 +135,8 @@
|
||||
android:name=".activity.PunishActivity"
|
||||
android:label="处罚通知列表"
|
||||
android:screenOrientation="portrait" />
|
||||
|
||||
<activity android:name=".activity.ReportSecondActivity" android:screenOrientation="portrait" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
@ -142,15 +142,17 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:text="@string/edit_profile_birthday"
|
||||
android:textColor="@color/textColor"
|
||||
android:id="@+id/tmp_text1"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="30dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_height="match_parent"
|
||||
android:text="*"
|
||||
android:gravity="center"
|
||||
android:textColor="#FF5730"
|
||||
android:layout_toEndOf="@id/tmp_text1"
|
||||
android:layout_marginStart="1dp"
|
||||
android:textSize="9sp" />
|
||||
|
||||
<TextView
|
||||
@ -193,15 +195,17 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:text="@string/edit_profile_sex"
|
||||
android:textColor="@color/textColor"
|
||||
android:id="@+id/tmp_text2"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="30dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_height="match_parent"
|
||||
android:text="*"
|
||||
android:gravity="center"
|
||||
android:textColor="#FF5730"
|
||||
android:layout_toEndOf="@id/tmp_text2"
|
||||
android:layout_marginStart="1dp"
|
||||
android:textSize="9sp" />
|
||||
|
||||
<TextView
|
||||
@ -242,17 +246,18 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:text="@string/edit_profile_city"
|
||||
android:textColor="@color/textColor"
|
||||
android:id="@+id/tmp_text3"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="44dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_height="match_parent"
|
||||
android:text="*"
|
||||
android:gravity="center"
|
||||
android:textColor="#FF5730"
|
||||
android:layout_toEndOf="@id/tmp_text3"
|
||||
android:layout_marginStart="1dp"
|
||||
android:textSize="9sp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/city"
|
||||
android:layout_width="match_parent"
|
||||
@ -293,15 +298,17 @@
|
||||
android:layout_centerVertical="true"
|
||||
android:text="@string/bind_phone"
|
||||
android:textColor="@color/textColor"
|
||||
android:id="@+id/tmp_text4"
|
||||
android:textSize="14sp" />
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="58dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_height="match_parent"
|
||||
android:text="*"
|
||||
android:gravity="center"
|
||||
android:textColor="#FF5730"
|
||||
android:layout_toEndOf="@id/tmp_text4"
|
||||
android:layout_marginStart="1dp"
|
||||
android:textSize="9sp" />
|
||||
|
||||
<TextView
|
||||
|
Loading…
Reference in New Issue
Block a user