OLD | NEW |
(Empty) | |
| 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. --> |
| 5 |
| 6 <!-- A plain old Spinner. |
| 7 |
| 8 Why is this needed? Because spinners must be inflated from a resource for t
he AppCompat theme |
| 9 to work. Simply calling new Spinner() will result in a missing spinner arro
w on pre-L devices. |
| 10 |
| 11 See the FAQ on this page: |
| 12 http://android-developers.blogspot.com/2014/10/appcompat-v21-material-desig
n-for-pre.html --> |
| 13 <Spinner /> |
OLD | NEW |