gecko-dev/mobile/android/base/resources/drawable/tab_new_level.xml
Sriram Ramasubramanian d510ce668b Bug 826819: New private tab icon for the tabs-panel and the menu. [r=mfinkle]
--HG--
extra : rebase_source : 8cf383a0817f5d3a67871ae44b64741dcd0a1294
2013-01-10 12:22:43 -08:00

13 lines
484 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<level-list xmlns:android="http://schemas.android.com/apk/res/android">
<item android:maxLevel="0" android:drawable="@drawable/tab_new"/>
<item android:maxLevel="1" android:drawable="@drawable/tab_new_pb"/>
</level-list>