Align profile screen with figma.

This commit is contained in:
Alex Hart
2024-01-23 11:52:03 -05:00
committed by Greyson Parrelli
parent dd527ce33c
commit 7b9554a42c
5 changed files with 79 additions and 49 deletions
@@ -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
}
}