Commit bd2cabc6 authored by mengcuiguang's avatar mengcuiguang

添加首页签约入口

parent ef8cd6d4
......@@ -208,16 +208,6 @@ class SettingsActivity : BaseActivity(), View.OnClickListener {
Handler(Looper.getMainLooper()).postDelayed({
finish()
}, 200)
// UcropUtils.clipData(address)
// ToastUtil.show(this@SettingsActivity, "邮箱已经复制到您的剪切板上!")
//
// val uri = Uri.parse("mailto:$address")
// val data = Intent(Intent.ACTION_SENDTO, uri)
// data.putExtra(Intent.EXTRA_EMAIL, address)
// data.putExtra(Intent.EXTRA_SUBJECT, "申请注销账户")
// data.putExtra(Intent.EXTRA_TEXT, "申请注销账户ID:\n申请注销账户微信号:\n申请注销账户手机号:\n")
// startActivity(Intent.createChooser(data, "选择邮箱"))
}
})
}
......
......@@ -243,6 +243,17 @@
</RelativeLayout>
</LinearLayout>
<ImageView
android:id="@+id/iv_sign_main"
android:layout_width="80dp"
android:layout_height="88dp"
android:layout_marginEnd="5dp"
android:layout_marginBottom="170dp"
android:gravity="center"
android:orientation="vertical"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
<ImageView
android:id="@+id/iv_kefu_main"
android:layout_width="80dp"
......
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