|
|
@@ -113,7 +113,6 @@
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginBottom="@dimen/content_padding_20"
|
|
|
android:layout_marginLeft="12dp"
|
|
|
android:layout_marginRight="12dp"
|
|
|
android:layout_marginTop="@dimen/content_padding_13"
|
|
|
@@ -189,6 +188,15 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="注意:为保证账号安全请验证你的手机号"
|
|
|
+ android:textColor="@color/black_666666"
|
|
|
+ android:layout_marginStart="27dp"
|
|
|
+ android:layout_marginTop="@dimen/dp_10"
|
|
|
+ android:layout_marginBottom="@dimen/content_padding"
|
|
|
+ android:textSize="13sp"/>
|
|
|
|
|
|
|
|
|
<TextView
|