diff options
author | 2014-11-28 12:19:11 +0900 | |
---|---|---|
committer | 2014-12-01 12:24:00 +0900 | |
commit | 4dd9f336f677157ff717fb587f87b879e3d845fe (patch) | |
tree | e96bea74dba64d80a22d1694785e391f4e6d0d51 /java | |
parent | 796792ce6d1d613fee27d326d2c1ef57d2a706b4 (diff) | |
download | latinime-4dd9f336f677157ff717fb587f87b879e3d845fe.tar.gz latinime-4dd9f336f677157ff717fb587f87b879e3d845fe.tar.xz latinime-4dd9f336f677157ff717fb587f87b879e3d845fe.zip |
Fix comment
Change-Id: Ia07839c1a01b4d2a82a49017410637266ea1eb96
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values-v19/spinner-style.xml | 2 | ||||
-rw-r--r-- | java/res/values/spinner-style.xml | 2 |
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> |