summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-08-26 16:29:22 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-26 16:29:22 -0700
commitd96a96d8f74d1f83dba2f63e37149a13631be9fd (patch)
treed629ef162ea6f1c68604632e47589892c16ce8f0 /chips/res
parentce67e2899bde5a3dc61e5b589bee430d283eaa02 (diff)
parentd576a1f12d4ff83dc86c5c2f1720b318a4650df9 (diff)
downloadandroid_frameworks_ex-d96a96d8f74d1f83dba2f63e37149a13631be9fd.tar.gz
android_frameworks_ex-d96a96d8f74d1f83dba2f63e37149a13631be9fd.tar.bz2
android_frameworks_ex-d96a96d8f74d1f83dba2f63e37149a13631be9fd.zip
Merge "Fix the height of the chips fields."
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>