Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <!-- Copyright 2015 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 | |
| 7 <!-- TODO(twellington): remove after support library is rolled to pick up their fix for | |
| 8 the thumb drawable not always being visible (crbug.com/ 440601). --> | |
| 9 <selector xmlns:android="http://schemas.android.com/apk/res/android"> | |
| 10 <item android:state_checked="true" android:drawable="@drawable/btn_switch_to _on_mtrl_00012" /> | |
| 11 <item android:drawable="@drawable/btn_switch_to_on_mtrl_00001" /> | |
| 12 </selector> | |
| OLD | NEW |