зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1150742 - Move new_tablet_action_bar_button -> browser_toolbar_action_bar_button. r=mhaigh
drawable/action_bar_button is used on tablets in some layouts (e.g. tab_history_item_row) so we can't shadow it in drawable-large-.../action_bar_button. --HG-- rename : mobile/android/base/resources/drawable-large-v11/new_tablet_action_bar_button.xml => mobile/android/base/resources/drawable-large-v11/browser_toolbar_action_bar_button.xml extra : commitid : BLxM1gazT1s extra : rebase_source : 37099b8d31e1684993cc071c5359a05ccff97fc6
This commit is contained in:
Родитель
84d9a29051
Коммит
c5138043fd
|
@ -1,7 +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="@null"/>
|
|
@ -63,7 +63,7 @@
|
|||
style="@style/UrlBar.ImageButton.NewTablet"
|
||||
android:layout_toLeftOf="@id/menu"
|
||||
android:layout_alignWithParentIfMissing="true"
|
||||
android:background="@drawable/new_tablet_action_bar_button"/>
|
||||
android:background="@drawable/browser_toolbar_action_bar_button"/>
|
||||
|
||||
<!-- In a 56x60dp space, centering 24dp image will leave 16x18dp. -->
|
||||
<org.mozilla.gecko.toolbar.TabCounter android:id="@+id/tabs_counter"
|
||||
|
@ -84,7 +84,7 @@
|
|||
android:layout_alignParentRight="true"
|
||||
android:layout_marginRight="6dp"
|
||||
android:contentDescription="@string/menu"
|
||||
android:background="@drawable/new_tablet_action_bar_button"
|
||||
android:background="@drawable/browser_toolbar_action_bar_button"
|
||||
android:visibility="gone"/>
|
||||
|
||||
<org.mozilla.gecko.widget.ThemedImageView
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
<style name="Widget.MenuItemActionBar">
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">wrap_content</item>
|
||||
<item name="android:background">@drawable/new_tablet_action_bar_button</item>
|
||||
<item name="android:background">@drawable/browser_toolbar_action_bar_button</item>
|
||||
<item name="drawableTintList">@color/action_bar_menu_item_colors</item>
|
||||
<item name="android:scaleType">center</item>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче