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. --HG-- rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_tab_close.png => mobile/android/base/resources/drawable-large-hdpi-v11/tablet_tab_close.png rename : mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_tab_close_active.png => mobile/android/base/resources/drawable-large-hdpi-v11/tablet_tab_close_active.png rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_tab_close.png => mobile/android/base/resources/drawable-large-xhdpi-v11/tablet_tab_close.png rename : mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_tab_close_active.png => mobile/android/base/resources/drawable-large-xhdpi-v11/tablet_tab_close_active.png rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_tab_close.png => mobile/android/base/resources/drawable-large-xxhdpi-v11/tablet_tab_close.png rename : mobile/android/base/resources/drawable-large-xxhdpi-v11/new_tablet_tab_close_active.png => mobile/android/base/resources/drawable-large-xxhdpi-v11/tablet_tab_close_active.png extra : commitid : LWgCmYlShK3 extra : rebase_source : 3ffb229ec8331fe5f6a67ba15efbb307756d6f36
До Ширина: | Высота: | Размер: 236 B После Ширина: | Высота: | Размер: 236 B |
До Ширина: | Высота: | Размер: 231 B После Ширина: | Высота: | Размер: 231 B |
|
@ -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>
|
||||
|
|
До Ширина: | Высота: | Размер: 245 B После Ширина: | Высота: | Размер: 245 B |
До Ширина: | Высота: | Размер: 240 B После Ширина: | Высота: | Размер: 240 B |
До Ширина: | Высота: | Размер: 334 B После Ширина: | Высота: | Размер: 334 B |
До Ширина: | Высота: | Размер: 334 B После Ширина: | Высота: | Размер: 334 B |
|
@ -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>
|
||||
|
|