am 57996128
: Merge "Fix comment"
* commit '57996128591ab4b7891beb4aa1b3c5caf94ba979': Fix comment
This commit is contained in:
commit
77f4c0dde3
2 changed files with 2 additions and 2 deletions
|
@ -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 @@
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in a new issue