aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2014-12-03 17:19:19 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-12-03 17:19:19 +0000
commit77f4c0dde3f9a685519c5f8aed93f41093753abf (patch)
tree30ee0e8bb48b93555350e13ed6e1bade3f6bb777 /java
parentdc80c76ec400c28287669697a4d4e6c4fac67628 (diff)
parent57996128591ab4b7891beb4aa1b3c5caf94ba979 (diff)
downloadlatinime-77f4c0dde3f9a685519c5f8aed93f41093753abf.tar.gz
latinime-77f4c0dde3f9a685519c5f8aed93f41093753abf.tar.xz
latinime-77f4c0dde3f9a685519c5f8aed93f41093753abf.zip
am 57996128: Merge "Fix comment"
* commit '57996128591ab4b7891beb4aa1b3c5caf94ba979': Fix comment
Diffstat (limited to 'java')
-rw-r--r--java/res/values-v19/spinner-style.xml2
-rw-r--r--java/res/values/spinner-style.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/java/res/values-v19/spinner-style.xml b/java/res/values-v19/spinner-style.xml
index 7de59edf3..a69990575 100644
--- a/java/res/values-v19/spinner-style.xml
+++ b/java/res/values-v19/spinner-style.xml
@@ -21,7 +21,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Until KitKat (API 19), {@link android.widget.Spinner} of dialog mode in a Dialog can't
handle orientation change correctly. Using dropdown mode avoids the issue.
- This file overrides values/spinner-style.xml on KitKat and newer device. -->
+ This file overrides values/spinner-style.xml on KitKat and up. -->
<style name="additionalSubtypeSpinnerStyle">
<item name="android:spinnerMode">dialog</item>
</style>
diff --git a/java/res/values/spinner-style.xml b/java/res/values/spinner-style.xml
index 4043ad49c..c0f32abe0 100644
--- a/java/res/values/spinner-style.xml
+++ b/java/res/values/spinner-style.xml
@@ -21,7 +21,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<!-- Until KitKat (API 19), {@link android.widget.Spinner} of dialog mode in a Dialog can't
handle orientation change correctly. Using dropdown mode avoids the issue.
- This file is overridden by values-v19/spinner-style.xml on KitKat and newer device. -->
+ This file is overridden by values-v19/spinner-style.xml on KitKat and up. -->
<style name="additionalSubtypeSpinnerStyle">
<item name="android:spinnerMode">dropdown</item>
</style>