Bug 1179266 - [Tablet] Fix Android L "share" list item in long press context menu; r=petru

Differential Revision: https://phabricator.services.mozilla.com/D31392

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Adam Orban 2019-05-16 06:47:23 +00:00
parent c369aec152
commit 948ce99bd1
4 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?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/. -->
<resources>
<dimen name="tab_panel_item_width_autofit">176dip</dimen>
<dimen name="tab_thumbnail_width">137dip</dimen>
<dimen name="context_menu_item_horizontal_padding">17dp</dimen>
</resources>

View File

@ -7,4 +7,5 @@
<resources>
<dimen name="tab_panel_item_width_autofit">176dip</dimen>
<dimen name="tab_thumbnail_width">137dip</dimen>
<dimen name="context_menu_item_horizontal_padding">10dp</dimen>
</resources>

View File

@ -0,0 +1,11 @@
<?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/. -->
<resources>
<dimen name="tab_panel_item_width_autofit">176dip</dimen>
<dimen name="tab_thumbnail_width">137dip</dimen>
<dimen name="context_menu_item_horizontal_padding">25dp</dimen>
</resources>

View File

@ -0,0 +1,11 @@
<?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/. -->
<resources>
<dimen name="tab_panel_item_width_autofit">176dip</dimen>
<dimen name="tab_thumbnail_width">137dip</dimen>
<dimen name="context_menu_item_horizontal_padding">10dp</dimen>
</resources>