Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / android / java / res / drawable-ldrtl / forward_button_selector.xml
bloba2146ca425476b7a023830e58f619a9c87ddf2a7
1 <?xml version="1.0" encoding="utf-8"?>
3 <!-- Copyright 2013 The Chromium Authors. All rights reserved.
5      Use of this source code is governed by a BSD-style license that can be
6      found in the LICENSE file.
7 -->
9 <selector xmlns:android="http://schemas.android.com/apk/res/android">
10     <item android:state_enabled="false" android:drawable="@drawable/back_disabled" />
11     <item android:drawable="@drawable/back" />
12 </selector>