summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-08-02 17:39:59 -0700
committerMindy Pereira <mindyp@google.com>2011-08-02 17:39:59 -0700
commit85dae977671b9e76c0b6660dd8d93fe7de4d4a56 (patch)
treeef2f2a6ee587f55c76b9950330c50fbd07670d6c /chips/res
parente0de3782e846811ae33c021cc163de9195ef8dca (diff)
downloadandroid_frameworks_ex-85dae977671b9e76c0b6660dd8d93fe7de4d4a56.tar.gz
android_frameworks_ex-85dae977671b9e76c0b6660dd8d93fe7de4d4a56.tar.bz2
android_frameworks_ex-85dae977671b9e76c0b6660dd8d93fe7de4d4a56.zip
Fix style of autocompletetextview we use for chips.
Fixes Bug:5111405 Email auto-complete is using wrong theme? Change-Id: I6b35aeaa9daf42bd90b7c24ff389949985da8fa0
Diffstat (limited to 'chips/res')
-rw-r--r--chips/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chips/res/values/styles.xml b/chips/res/values/styles.xml
index 835a7b5..f0f1330 100644
--- a/chips/res/values/styles.xml
+++ b/chips/res/values/styles.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <style name="RecipientEditTextView" parent="@android:style/Widget.AutoCompleteTextView">
+ <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>