diff options
author | 2014-11-28 03:05:45 +0000 | |
---|---|---|
committer | 2014-11-28 03:05:45 +0000 | |
commit | f635fa7b8e7e87d903c81347aee4913bb254951f (patch) | |
tree | 8ed6f345a27fe98afe7cde3a8d634e851c3cf137 /java | |
parent | c9952fa7d089870a17dddb30e56ad7347cb37669 (diff) | |
parent | 796792ce6d1d613fee27d326d2c1ef57d2a706b4 (diff) | |
download | latinime-f635fa7b8e7e87d903c81347aee4913bb254951f.tar.gz latinime-f635fa7b8e7e87d903c81347aee4913bb254951f.tar.xz latinime-f635fa7b8e7e87d903c81347aee4913bb254951f.zip |
am 796792ce: Merge "Fix comment"
* commit '796792ce6d1d613fee27d326d2c1ef57d2a706b4':
Fix comment
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values/spinner-style.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/spinner-style.xml b/java/res/values/spinner-style.xml index 6ad958d16..4043ad49c 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 overrode by values-v19/spinner-style.xml on KitKat and newer device. --> + This file is overridden by values-v19/spinner-style.xml on KitKat and newer device. --> <style name="additionalSubtypeSpinnerStyle"> <item name="android:spinnerMode">dropdown</item> </style> |