Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 796792ce authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Fix comment"

parents 063b2e8d 1ea80887
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>