diff options
author | 2014-11-28 12:00:49 +0900 | |
---|---|---|
committer | 2014-11-28 12:00:49 +0900 | |
commit | 1ea80887c40a120e664cfa118abc2fc095fc867b (patch) | |
tree | 1e1182c6bf64de91e2ec0a7ec7de6cec79032081 /java | |
parent | 032bac3ebbf37adbe879bd9dea2364571e3c91d6 (diff) | |
download | latinime-1ea80887c40a120e664cfa118abc2fc095fc867b.tar.gz latinime-1ea80887c40a120e664cfa118abc2fc095fc867b.tar.xz latinime-1ea80887c40a120e664cfa118abc2fc095fc867b.zip |
Fix comment
Change-Id: Ic0db304f213c9f4fdcea263a91d14ad62b98eb70
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> |