6a3433b67a81130e85fd80a671665fd6456f728d
TextView summary1 has default height 2 line. If the content is longer
than 2 line, the TextView increases itself which causes the animation.
By increasing minLines to 3, it can avoid the animation. And remove
summary2 because it is only for debug purpose, the debug information
can be merged to summary1.
Fixes: 139554919
Test: visual, make RunSettingsRoboTests
Change-Id: I167ac87c9bd83035e00d4991961599e76f4f69e1
(cherry picked from commit 648ada031d
)
Merged-In: I167ac87c9bd83035e00d4991961599e76f4f69e1
…
Description
No description provided
Languages
Java
89.8%
Kotlin
10.2%