Align profile screen with figma.

This commit is contained in:
Alex Hart
2024-01-16 14:10:49 -04:00
committed by Greyson Parrelli
parent dd527ce33c
commit 7b9554a42c
5 changed files with 79 additions and 49 deletions

View File

@@ -175,6 +175,8 @@ class EditProfileFragment : LoggingFragment() {
viewModel.username.observe(viewLifecycleOwner) { presentUsername(it) }
} else {
binding.manageProfileUsernameContainer.visibility = View.GONE
binding.manageProfileDivider.root.visibility = View.GONE
binding.usernameInfoText.visibility = View.GONE
}
}