make shorter chips views for landscape where we are turning off extract mode.
per UX. Also, uses the chips RecipientEditTextView style as a base so that it automatically gets styling for no extract mode. Change-Id: Icc60944880b1d104766faee18f05960dd5089394
This commit is contained in:
parent
30183e536e
commit
2fe624cf47
@ -16,8 +16,4 @@
|
||||
|
||||
<com.android.email.activity.ChipsAddressTextView
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||
android:textColor="?android:attr/textColorSecondary"
|
||||
android:inputType="textEmailAddress|textMultiLine"
|
||||
android:imeOptions="actionNext"
|
||||
android:layout_weight="1" />
|
||||
style="@style/EmailRecipientEditTextView" />
|
@ -38,4 +38,8 @@
|
||||
<item name="android:singleLine">true</item>
|
||||
<item name="android:ellipsize">end</item>
|
||||
</style>
|
||||
|
||||
<style name="EmailRecipientEditTextView" parent="@style/RecipientEditTextView">
|
||||
<item name="android:minHeight">40dip</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
@ -21,4 +21,7 @@
|
||||
<style name="message_compose_scroll">
|
||||
<item name="android:layout_width">800dip</item>
|
||||
</style>
|
||||
<style name="EmailRecipientEditTextView" parent="@style/RecipientEditTextView">
|
||||
<item name="android:minHeight">48dip</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
@ -183,5 +183,8 @@
|
||||
<item name="android:paddingRight">6dip</item>
|
||||
</style>
|
||||
|
||||
<style name="EmailRecipientEditTextView" parent="@style/RecipientEditTextView">
|
||||
<item name="android:minHeight">48dip</item>
|
||||
</style>
|
||||
</resources>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user