Bug 1395920 - Remove vertical dividers in tabs tray page. r=nechen

MozReview-Commit-ID: HZQcuSLbuOm

--HG--
extra : rebase_source : 12c789109e6ccfeb35b83e8f21fd81d9815e6e4a
This commit is contained in:
Jing-wei Wu 2017-09-05 11:23:50 +08:00
parent f216d87d8e
commit 3b58594210
4 changed files with 0 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 B

View File

@ -37,8 +37,6 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:tabStripEnabled="false"
android:divider="@drawable/tab_indicator_divider"
android:dividerPadding="@dimen/tab_panel_divider_vertical_padding"
android:layout="@layout/tabs_panel_indicator"/>
<View android:layout_width="0dip"

View File

@ -47,10 +47,6 @@
<dimen name="tablet_fwd_button_padding_start">4dp</dimen>
<dimen name="tablet_fwd_button_padding_end">4dp</dimen>
<!-- This is the system default for the vertical padding for the divider of the TabWidget.
Used to mimic the divider padding on the tablet tabs panel back button. -->
<dimen name="tab_panel_divider_vertical_padding">12dp</dimen>
<dimen name="tablet_tab_strip_height">48dp</dimen>
<dimen name="tablet_tab_strip_item_width">178dp</dimen>
<dimen name="tablet_tab_strip_item_height">40dp</dimen>