summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorMindy Pereira <mindyp@google.com>2011-10-14 08:40:47 -0700
committerMindy Pereira <mindyp@google.com>2011-10-14 08:42:34 -0700
commit786f2b8a35ee2dc8207d9669fb6b66dd52f266a0 (patch)
tree48ac71f83d31b15798bc0382f28c513a7b8fec20 /chips/res
parent420fa4442a31b5541844a0f46604f359e07b61ed (diff)
downloadandroid_frameworks_ex-786f2b8a35ee2dc8207d9669fb6b66dd52f266a0.tar.gz
android_frameworks_ex-786f2b8a35ee2dc8207d9669fb6b66dd52f266a0.tar.bz2
android_frameworks_ex-786f2b8a35ee2dc8207d9669fb6b66dd52f266a0.zip
Use flagNoFullScreen instead of flagNoExtractUi
This is the suggestion from the ime team to make apps using Chips to behave better with the changes they have made to the ime. Fixes bug:5410786 When in landscape w/ Smart Keyboard, can't scroll to top Change-Id: Ib88011778e580358cd22ccca3d2575ebe0a0aeb0
Diffstat (limited to 'chips/res')
-rw-r--r--chips/res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chips/res/values/styles.xml b/chips/res/values/styles.xml
index d00e36a..4cf4f80 100644
--- a/chips/res/values/styles.xml
+++ b/chips/res/values/styles.xml
@@ -16,7 +16,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<style name="RecipientEditTextView" parent="@android:attr/autoCompleteTextViewStyle">
<item name="android:inputType">textEmailAddress|textMultiLine</item>
- <item name="android:imeOptions">actionNext|flagNoExtractUi</item>
+ <item name="android:imeOptions">actionNext|flagNoFullscreen</item>
<item name="android:textAppearance">?android:attr/textAppearanceMedium</item>
<item name="android:background">@null</item>
<item name="android:layout_height">wrap_content</item>
@@ -26,4 +26,4 @@
<item name="android:minHeight">48dip</item>
<item name="android:lineSpacingExtra">4dip</item>
</style>
-</resources> \ No newline at end of file
+</resources>