Commit 54301e64 by 霍志良

feat:阴影背景图修改

parent 2f6afae7
...@@ -281,7 +281,10 @@ class RegisterAndLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginCont ...@@ -281,7 +281,10 @@ class RegisterAndLoginActivity : BaseMvpActivity<ILoginContract.View, ILoginCont
} }
setCountryIcon(countryCode) setCountryIcon(countryCode)
if (et_phone_number.text.length==13){
ll_next.isEnabled=true
ll_next.background=ContextCompat.getDrawable(this,R.drawable.bg_one_click_login)
}
if (isFromGuide) { if (isFromGuide) {
img_reg_back.visibility = View.INVISIBLE img_reg_back.visibility = View.INVISIBLE
......
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#a5dafa"
android:endColor="#a5dafa"
android:angle="90"
/>
<corners android:radius="@dimen/platform_dp_24" />
</shape>
\ No newline at end of file
...@@ -155,7 +155,7 @@ ...@@ -155,7 +155,7 @@
app:layout_constraintTop_toBottomOf="@id/view_lin" app:layout_constraintTop_toBottomOf="@id/view_lin"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
android:layout_marginTop="@dimen/platform_dp_40" android:layout_marginTop="@dimen/platform_dp_25"
android:background="@drawable/login_password_unable_bg_24dp" android:background="@drawable/login_password_unable_bg_24dp"
android:gravity="center" android:gravity="center"
android:layout_marginStart="@dimen/platform_dp_40" android:layout_marginStart="@dimen/platform_dp_40"
......
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