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.
Before Width: | Height: | Size: 236 B After Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 231 B After Width: | Height: | Size: 231 B |
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
<!-- pressed state -->
|
<!-- pressed state -->
|
||||||
<item android:state_pressed="true"
|
<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"
|
<item android:state_checked="true"
|
||||||
android:drawable="@drawable/new_tablet_tab_close_active"/>
|
android:drawable="@drawable/tablet_tab_close_active"/>
|
||||||
|
|
||||||
<!-- normal mode -->
|
<!-- normal mode -->
|
||||||
<item android:drawable="@drawable/new_tablet_tab_close"/>
|
<item android:drawable="@drawable/tablet_tab_close"/>
|
||||||
|
|
||||||
</selector>
|
</selector>
|
||||||
|
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 240 B After Width: | Height: | Size: 240 B |
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 334 B |
@ -46,7 +46,7 @@
|
|||||||
android:background="@android:color/transparent"
|
android:background="@android:color/transparent"
|
||||||
android:scaleType="center"
|
android:scaleType="center"
|
||||||
android:contentDescription="@string/close_tab"
|
android:contentDescription="@string/close_tab"
|
||||||
android:src="@drawable/new_tablet_tab_close"
|
android:src="@drawable/tablet_tab_close"
|
||||||
android:duplicateParentState="true"/>
|
android:duplicateParentState="true"/>
|
||||||
|
|
||||||
</merge>
|
</merge>
|
||||||
|