diff options
| author | Mindy Pereira <mindyp@google.com> | 2011-08-26 16:00:35 -0700 |
|---|---|---|
| committer | Mindy Pereira <mindyp@google.com> | 2011-08-26 16:00:35 -0700 |
| commit | c9ddc12ff5cadc80f61b2943b4c65e3d61f8746c (patch) | |
| tree | 59cafd3cd04928cf6cf24164fcc1a7841cdfb74c /res/values | |
| parent | 951d0cf2f0f05bd63f1f60155efe25447c816995 (diff) | |
| download | android_frameworks_opt_chips-c9ddc12ff5cadc80f61b2943b4c65e3d61f8746c.tar.gz android_frameworks_opt_chips-c9ddc12ff5cadc80f61b2943b4c65e3d61f8746c.tar.bz2 android_frameworks_opt_chips-c9ddc12ff5cadc80f61b2943b4c65e3d61f8746c.zip | |
Fix the height of the chips fields.
Requires changes in email and gmail, too.
Fixes bug:5223556 heights of compose view text fields are too tall on phone/ tablet
Change-Id: If93c858404a3774ddc3e13a1aefd9946ec311015
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/styles.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 9997e11..7a0ad35 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -15,8 +15,6 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <style name="RecipientEditTextView" parent="@android:attr/autoCompleteTextViewStyle"> - <item name="android:paddingLeft">8dip</item> - <item name="android:paddingRight">4dip</item> <item name="android:inputType">textEmailAddress|textMultiLine</item> <item name="android:imeOptions">actionNext|flagNoExtractUi</item> <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> |
