完善个人资料,修改getBaseInfos接口返回缓存问题
This commit is contained in:
parent
f8356b1283
commit
96cbadac2c
@ -29,25 +29,25 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center_horizontal"
|
||||
android:orientation="vertical">
|
||||
<!--表情-->
|
||||
<ImageView
|
||||
android:id="@+id/expression"
|
||||
android:layout_width="44dp"
|
||||
android:layout_height="44dp"
|
||||
android:layout_marginStart="40dp"
|
||||
android:layout_marginTop="22.5dp"
|
||||
android:src="@mipmap/icon_smiling_face" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:padding="2dp">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/complete_information2"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="18.5dp"
|
||||
android:layout_marginTop="7dp"
|
||||
android:text="@string/complete_information_hint2"
|
||||
android:textColor="#666666"
|
||||
|
Loading…
Reference in New Issue
Block a user