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 -->