commit | 62be439d26a9e0748d4626bed8ffa117e39764a2 | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Mon Dec 05 13:59:52 2016 -0800 |
committer | Adrian Roos <roosa@google.com> | Tue Dec 06 14:17:06 2016 -0800 |
tree | 2fb600204052dd76fb00c5823144d280fa215737 | |
parent | 873c99c30b550172d6793d9d04ce6196aec64721 [diff] |
Notifications: Fix bad layout for long texts Fixes a bug where the max lines restriction was not properly passed to ImageFloatingTextView's layout, causing the TextView to improperly apply bottom padding. Change-Id: Ibe07515866a4599047712a0482332ed4430c9056 Test: runtest -x core/tests/coretests/src/com/android/internal/widget/ImageFloatingTextViewTest.java Fixes: 32658499 Bug: 32658499