Skip to content
Snippets Groups Projects
Commit 4dd9f336 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix comment

Change-Id: Ia07839c1a01b4d2a82a49017410637266ea1eb96
parent 796792ce
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android"> <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 <!-- 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. 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"> <style name="additionalSubtypeSpinnerStyle">
<item name="android:spinnerMode">dialog</item> <item name="android:spinnerMode">dialog</item>
</style> </style>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<resources xmlns:android="http://schemas.android.com/apk/res/android"> <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 <!-- 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. 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"> <style name="additionalSubtypeSpinnerStyle">
<item name="android:spinnerMode">dropdown</item> <item name="android:spinnerMode">dropdown</item>
</style> </style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment