From 1ea80887c40a120e664cfa118abc2fc095fc867b Mon Sep 17 00:00:00 2001 From: "Tadashi G. Takaoka" <takaoka@google.com> Date: Fri, 28 Nov 2014 12:00:49 +0900 Subject: [PATCH] Fix comment Change-Id: Ic0db304f213c9f4fdcea263a91d14ad62b98eb70 --- java/res/values/spinner-style.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/res/values/spinner-style.xml b/java/res/values/spinner-style.xml index 6ad958d16f..4043ad49c8 100644 --- a/java/res/values/spinner-style.xml +++ b/java/res/values/spinner-style.xml @@ -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> -- GitLab