15f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)<?xml version="1.0" encoding="utf-8"?>
25f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)
35f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)<!-- Copyright 2014 The Chromium Authors. All rights reserved.
45f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)
55f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)     Use of this source code is governed by a BSD-style license that can be
65f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)     found in the LICENSE file.
75f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)-->
85f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)
95f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)<selector xmlns:android="http://schemas.android.com/apk/res/android">
105f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)    <item android:state_enabled="false"
115f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)          android:drawable="@drawable/tabstrip_incognito_switch_incognito" />
125f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)    <item android:state_pressed="true"
135f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)          android:drawable="@drawable/tabstrip_incognito_switch_incognito_active" />
145f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)    <item android:state_selected="true"
155f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)          android:drawable="@drawable/tabstrip_incognito_switch_incognito_active" />
165f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)    <item android:state_focused="true"
175f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)          android:drawable="@drawable/tabstrip_incognito_switch_incognito_active" />
185f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)    <item android:drawable="@drawable/tabstrip_incognito_switch_incognito" />
195f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)</selector>