mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 762722: Tab rows should have orange highlight. [r=mfinkle]
This commit is contained in:
parent
2444dd6792
commit
7c1a2eef34
@ -366,7 +366,6 @@ RES_DRAWABLE_NODPI = \
|
||||
res/drawable-nodpi/abouthome_topsites_bg.png \
|
||||
res/drawable-nodpi/background.png \
|
||||
res/drawable-nodpi/tabs_tray_bg.png \
|
||||
res/drawable-nodpi/tabs_tray_pressed_bg.png \
|
||||
res/drawable-nodpi/tabs_tray_selected_bg.png \
|
||||
$(NULL)
|
||||
|
||||
@ -816,7 +815,6 @@ MOZ_ANDROID_DRAWABLES += \
|
||||
mobile/android/base/resources/drawable/tabs_button.xml \
|
||||
mobile/android/base/resources/drawable/tabs_level.xml \
|
||||
mobile/android/base/resources/drawable/tabs_tray_bg_repeat.xml \
|
||||
mobile/android/base/resources/drawable/tabs_tray_pressed_bg_repeat.xml \
|
||||
mobile/android/base/resources/drawable/tabs_tray_selected_bg_repeat.xml \
|
||||
mobile/android/base/resources/drawable/tabs_tray_active_selector.xml \
|
||||
mobile/android/base/resources/drawable/tabs_tray_default_selector.xml \
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
@ -5,7 +5,7 @@
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:state_pressed="true" android:drawable="@drawable/tabs_tray_pressed_bg_repeat"/>
|
||||
<item android:state_pressed="true" android:drawable="@drawable/highlight"/>
|
||||
<item android:drawable="@drawable/tabs_tray_selected_bg_repeat"/>
|
||||
|
||||
</selector>
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item android:state_pressed="true" android:drawable="@drawable/tabs_tray_pressed_bg_repeat"/>
|
||||
<item android:state_pressed="true" android:drawable="@drawable/highlight"/>
|
||||
<item android:drawable="@drawable/tabs_tray_bg_repeat"/>
|
||||
|
||||
</selector>
|
||||
|
@ -1,8 +0,0 @@
|
||||
<?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/. -->
|
||||
|
||||
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:src="@drawable/tabs_tray_pressed_bg"
|
||||
android:tileMode="repeat"/>
|
Loading…
Reference in New Issue
Block a user