Fix comment

Change-Id: Ia07839c1a01b4d2a82a49017410637266ea1eb96
main
Tadashi G. Takaoka 2014-11-28 12:19:11 +09:00
parent 796792ce6d
commit 4dd9f336f6
2 changed files with 2 additions and 2 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 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>

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