Merge "Always set the top roundness of child rows to 0." into tm-d1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b86b71823f
@@ -1312,6 +1312,7 @@ public class NotificationChildrenContainer extends ViewGroup
|
||||
}
|
||||
float bottomRoundness = last ? currentBottomRoundness : 0.0f;
|
||||
child.setBottomRoundness(bottomRoundness, isShown() /* animate */);
|
||||
child.setTopRoundness(0.0f, false /* animate */);
|
||||
last = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user