Procházet zdrojové kódy

绑定手机号添加提示

zengjiebin před 7 roky
rodič
revize
f1502c422c
1 změnil soubory, kde provedl 9 přidání a 1 odebrání
  1. 9 1
      app/src/main/res/layout/change_tel_layout.xml

+ 9 - 1
app/src/main/res/layout/change_tel_layout.xml

@@ -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