Commit 1e24596e by 霍志良

feat:一些UI小逻辑

parent b8e5ec27
...@@ -138,9 +138,9 @@ class InputPassWordActivity : BaseMvpActivity<IInputPassWordContract.View,IInput ...@@ -138,9 +138,9 @@ class InputPassWordActivity : BaseMvpActivity<IInputPassWordContract.View,IInput
tv_password_orSet_title.text = "设置新密码" tv_password_orSet_title.text = "设置新密码"
et_input_password.hint="输入新密码" et_input_password.hint="输入新密码"
forget_password_hint.visibility=View.VISIBLE forget_password_hint.visibility=View.VISIBLE
bottom_wechat_qq.visibility=View.INVISIBLE
//设置密码时默认密码明文显示 //设置密码时默认密码明文显示
iv_visibility.isSelected = true iv_visibility.isSelected = true
login_password.text="完成"
switchPwdShowType() switchPwdShowType()
} }
} }
......
...@@ -134,14 +134,6 @@ ...@@ -134,14 +134,6 @@
app:layout_constraintStart_toStartOf="@id/tv_msm_login" app:layout_constraintStart_toStartOf="@id/tv_msm_login"
app:layout_constraintEnd_toEndOf="@id/tv_forget" app:layout_constraintEnd_toEndOf="@id/tv_forget"
android:layout_marginTop="@dimen/platform_dp_40" android:layout_marginTop="@dimen/platform_dp_40"
app:layout_goneMarginTop="@dimen/platform_dp_40"
/> />
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/bottom_wechat_qq"
>
<include
layout="@layout/user_activity_register_and_login_bottom" />
</android.support.constraint.ConstraintLayout>
</android.support.constraint.ConstraintLayout> </android.support.constraint.ConstraintLayout>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment