commit | 75f2c438c25e26edf26a2ca6287ffc27d606196f | [log] [tgz] |
---|---|---|
author | Brian Attwell <brianattwell@google.com> | Tue Dec 02 20:56:54 2014 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Dec 02 20:56:55 2014 +0000 |
tree | 4f365b810c41a84574db095b8951aedd4f2f21c3 | |
parent | 8d0557eb013b2808402e491271fe0f13ffcfabef [diff] | |
parent | 96cc8356500b53417b7384802ea2f2e7346fbb52 [diff] |
Merge "Fix clipping wrapped Button text" into lmp-mr1-dev
diff --git a/res/layout/contact_editor_accounts_changed_activity_with_text.xml b/res/layout/contact_editor_accounts_changed_activity_with_text.xml index 33714ea..f608f84 100644 --- a/res/layout/contact_editor_accounts_changed_activity_with_text.xml +++ b/res/layout/contact_editor_accounts_changed_activity_with_text.xml
@@ -39,6 +39,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" + android:measureWithLargestChild="true" + android:baselineAligned="false" style="?android:attr/buttonBarStyle"> <Button