Fix comment

Change-Id: Ic0db304f213c9f4fdcea263a91d14ad62b98eb70
main
Tadashi G. Takaoka 2014-11-28 12:00:49 +09:00
parent 032bac3ebb
commit 1ea80887c4
1 changed files with 1 additions and 1 deletions

View File

@ -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>