-
Notifications
You must be signed in to change notification settings - Fork 580
Open
Description
I'm working with NavigationIcon (?homeAsUpIndicator), can I set the left margin to avatar to avoid overlapping of the image above the indicator?
I've added:
child.setY(mStartYPosition - distanceYToSubtract);
if(mStartXPosition - distanceXToSubtract > mFinalLeftAvatarPadding) {
child.setX(mStartXPosition - distanceXToSubtract);
}
into onDependentViewChanged.
My spacing_normal size is 32dp + 8dp (size of indicator + default padding).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels