Temporary Work around bug 8170660
For some reason, Email crashes when measuring the RecipientsEditTextView, when replying to a message. Replying to the same message from Gmail2 doesn't cause this crash This CL just sets a height on the recipient view Bug: 8170660 Change-Id: Ib1cd7da3ac423140a0a9d9fb17a3de0c42a20b15
This commit is contained in:
parent
4da3641292
commit
3bf7281800
@ -16,6 +16,13 @@
|
||||
|
||||
<!-- non-xlarge. See also values-xlarge for specializations for xlarge screens -->
|
||||
<resources>
|
||||
<!-- Compose Styles -->
|
||||
<style name="RecipientEditTextViewStyle" parent="@style/RecipientEditTextView">
|
||||
<item name="android:height">42dip</item>
|
||||
<item name="android:gravity">bottom</item>
|
||||
<item name="android:maxLines">@integer/chips_max_lines</item>
|
||||
</style>
|
||||
|
||||
<!-- The headline at the top of every account settings fragments (in preferences) -->
|
||||
<!-- TODO these are estimates for the phone UX - final sizes TBD -->
|
||||
<style name="accountSettingsHeadline">
|
||||
|
Loading…
Reference in New Issue
Block a user