Index: chrome/android/java_staging/res/drawable/eb_list_toggle.xml |
diff --git a/chrome/android/java_staging/res/drawable/eb_list_toggle.xml b/chrome/android/java_staging/res/drawable/eb_list_toggle.xml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..40761c2975723dd9204909a8cf5fed397f52f812 |
--- /dev/null |
+++ b/chrome/android/java_staging/res/drawable/eb_list_toggle.xml |
@@ -0,0 +1,15 @@ |
+<?xml version="1.0" encoding="utf-8"?> |
+<!-- Copyright 2015 The Chromium Authors. All rights reserved. |
+ Use of this source code is governed by a BSD-style license that can be |
+ found in the LICENSE file. --> |
+ |
+<level-list xmlns:android="http://schemas.android.com/apk/res/android" > |
+ |
+ <item |
+ android:drawable="@drawable/eb_list_icon" |
+ android:maxLevel="0"/> |
+ <item |
+ android:drawable="@drawable/eb_grid_icon" |
+ android:maxLevel="1"/> |
+ |
+</level-list> |