切换家庭,消息列表

This commit is contained in:
2026-04-30 09:04:52 +08:00
parent 5c3193379a
commit 6da478f36d
8 changed files with 36 additions and 4 deletions

View File

@@ -30,9 +30,8 @@ class PersonalProfileActivity : AppCompatActivity() {
private fun initView() {
binding.ivBack.setOnClickListener { finish() }
// 默认展示数据(后续可接你的用户信息接口/数据库)
Glide.with(this)
.load(R.mipmap.ic_launcher_round)
.load(R.drawable.img)
.circleCrop()
.into(binding.ivAvatar)