Rework sizing on landing page.

This commit is contained in:
Alex Hart
2022-04-04 15:52:29 -03:00
committed by Cody Henthorne
parent 0504161b04
commit dbe186248d
7 changed files with 32 additions and 21 deletions

View File

@@ -40,8 +40,8 @@ class AvatarView @JvmOverloads constructor(
storyRing.visible = true
storyRing.isActivated = hasUnreadStory
avatar.scaleX = 0.82f
avatar.scaleY = 0.82f
avatar.scaleX = 0.8f
avatar.scaleY = 0.8f
}
private fun hideStoryRing() {