标签: android animation scale android-button
我在linearlayout中有2个按钮。一个按钮有weight=2,另一个有weight=1。现在我想改变这些。因此,第一个按钮缩小为weight=1,第二个按钮长到weight = 2。
linearlayout
weight=2
weight=1
weight = 2
我使用ScaleAnimation和ObjectAnimator进行了尝试。这两个选项都有效,但我有一个问题:
ScaleAnimation
ObjectAnimator
按钮的描述也会增长或缩小。因此在动画之后,文本看起来非常紧张。我该如何防止这种情况?