summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-08-26 16:00:35 -0700
committerMindy Pereira <mindyp@google.com>2011-08-26 16:00:35 -0700
commitd576a1f12d4ff83dc86c5c2f1720b318a4650df9 (patch)
tree867969bea4bc60312f5621fbca881fc825bac69d /chips/res
parentd70e8c954a2f7e5f85f2a1588bc07a0500748e45 (diff)
downloadandroid_frameworks_ex-d576a1f12d4ff83dc86c5c2f1720b318a4650df9.tar.gz
android_frameworks_ex-d576a1f12d4ff83dc86c5c2f1720b318a4650df9.tar.bz2
android_frameworks_ex-d576a1f12d4ff83dc86c5c2f1720b318a4650df9.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 'chips/res')
-rw-r--r--chips/res/values/styles.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/chips/res/values/styles.xml b/chips/res/values/styles.xml
index 9997e11..7a0ad35 100644
--- a/chips/res/values/styles.xml
+++ b/chips/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>