Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / chrome / android / java / res / layout / spinner.xml
blob988e422cdadea1d931e9af9df98ff5ce82f83da3
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3      Use of this source code is governed by a BSD-style license that can be
4      found in the LICENSE file. -->
6 <!-- A plain old Spinner.
8      Why is this needed? Because spinners must be inflated from a resource for the AppCompat theme
9      to work. Simply calling new Spinner() will result in a missing spinner arrow on pre-L devices.
11      See the FAQ on this page:
12      http://android-developers.blogspot.com/2014/10/appcompat-v21-material-design-for-pre.html -->
13 <Spinner />