diff options
author | 2014-12-03 05:03:44 +0000 | |
---|---|---|
committer | 2014-12-03 05:03:46 +0000 | |
commit | 57996128591ab4b7891beb4aa1b3c5caf94ba979 (patch) | |
tree | 955987308503a585ca990a8a6677b88711afcb6b /java | |
parent | b0063751fc05b5466934c5e63fa5f3f2fc65429e (diff) | |
parent | 4dd9f336f677157ff717fb587f87b879e3d845fe (diff) | |
download | latinime-57996128591ab4b7891beb4aa1b3c5caf94ba979.tar.gz latinime-57996128591ab4b7891beb4aa1b3c5caf94ba979.tar.xz latinime-57996128591ab4b7891beb4aa1b3c5caf94ba979.zip |
Merge "Fix comment"
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> |