Bug 1150742 - Remove new from tablet_tab_close. r=mhaigh

tablet_* is not ideal but there is a collision between phone and tablet assets
so I filed bug 1193585 to complete this process.
This commit is contained in:
Michael Comella 2015-08-11 17:33:05 -07:00
parent 23a3235108
commit 2e96ec2733
8 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@
<!-- pressed state -->
<item android:state_pressed="true"
android:drawable="@drawable/new_tablet_tab_close_active"/>
android:drawable="@drawable/tablet_tab_close_active"/>
<item android:state_checked="true"
android:drawable="@drawable/new_tablet_tab_close_active"/>
android:drawable="@drawable/tablet_tab_close_active"/>
<!-- normal mode -->
<item android:drawable="@drawable/new_tablet_tab_close"/>
<item android:drawable="@drawable/tablet_tab_close"/>
</selector>

View File

@ -46,7 +46,7 @@
android:background="@android:color/transparent"
android:scaleType="center"
android:contentDescription="@string/close_tab"
android:src="@drawable/new_tablet_tab_close"
android:src="@drawable/tablet_tab_close"
android:duplicateParentState="true"/>
</merge>