Bug 1379551 - change tab indicator height r=jwu

now toolbar height becomes 56dp in Photon. Then Tab indicator should be
56 - 6 = 50dp.

MozReview-Commit-ID: 17M5iX7uRNH

--HG--
extra : rebase_source : eef2ce3a964766a193e7c40bbea97ea078f0056a
This commit is contained in:
Julian_Chu 2017-07-10 14:40:59 +08:00
Родитель 124429537c
Коммит 14188cafad
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,7 +21,7 @@
<!-- This value is the height of the Tabs Panel header view
(browser_toolbar_height) minus the height of the indicator
(6dp). This value should change when the height of the view changes. -->
<dimen name="tabs_panel_indicator_selected_padding_top">42dp</dimen>
<dimen name="tabs_panel_indicator_selected_padding_top">50dp</dimen>
<!-- We use two different values for browser_toolbar_height on tablet
which is inconsistent. Temporary value until bug 1150730 is fixed. -->