mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Rework sizing on landing page.
This commit is contained in:
committed by
Cody Henthorne
parent
0504161b04
commit
dbe186248d
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user