This commit is contained in:
2020-08-25 17:57:25 +08:00
parent 9142ab0824
commit 29c2f1974d
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@
android:layout_height="wrap_content"
android:textSize="@dimen/dimen_13"
android:layout_centerInParent="true"
android:textColor="@color/colorWhite"/>
android:textColor="@color/black"/>
<ImageView

View File

@@ -1,4 +1,4 @@
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string name="app_name">七月七</string>
@@ -14,7 +14,7 @@
<string name="text_thrid_login">第三方账号登录</string>
<string name="text_phone">手机</string>
<string name="text_password">密码</string>
<string name="text_phone_number_">手机号:</string>
<string name="text_phone_number_" translatable="false">手机号:</string>
<string name="text_password_">密码:</string>
<string name="text_code_">验证码:</string>
<string name="text_sure_edit_pw">确认修改密码</string>