Tablet Settings support tab has start/end padding

Change-Id: Ifdc74af0edbd1b44c4f73b497f16f8edcf647ede
Fixes: 31583422
Tests: Visual Inspection
This commit is contained in:
Matthew Fritze
2016-09-28 14:30:17 -07:00
parent cf0f301250
commit 839be498b6
5 changed files with 13 additions and 9 deletions

View File

@@ -20,6 +20,6 @@
android:id="@+id/sliding_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="@dimen/dashboard_header_margin_left"
android:layout_marginRight="@dimen/dashboard_header_margin_right"
android:layout_marginStart="@dimen/dashboard_header_margin_start"
android:layout_marginEnd="@dimen/dashboard_header_margin_end"
android:background="?android:attr/colorPrimary"/>

View File

@@ -20,4 +20,8 @@
android:id="@+id/support_items"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="false" />
android:clipChildren="false"
android:clipToPadding="false"
android:focusable="false"
android:paddingStart="@dimen/dashboard_padding_start"
android:paddingEnd="@dimen/dashboard_padding_end"/>

View File

@@ -22,8 +22,8 @@
<dimen name="dashboard_padding_end">160dp</dimen>
<!-- Dashboard Header margin in its container -->
<dimen name="dashboard_header_margin_right">304dp</dimen>
<dimen name="dashboard_header_margin_left">304dp</dimen>
<dimen name="dashboard_header_margin_start">304dp</dimen>
<dimen name="dashboard_header_margin_end">304dp</dimen>
<!-- ActionBar contentInsetStart -->
<dimen name="actionbar_contentInsetStart">128dp</dimen>

View File

@@ -43,8 +43,8 @@
<dimen name="dashboard_padding_end">80dp</dimen>
<!-- Dashboard Header margin in its container -->
<dimen name="dashboard_header_margin_right">176dp</dimen>
<dimen name="dashboard_header_margin_left">176dp</dimen>
<dimen name="dashboard_header_margin_start">176dp</dimen>
<dimen name="dashboard_header_margin_end">176dp</dimen>
<!-- Dashboard category padding start / end -->
<dimen name="dashboard_category_padding_start">24dp</dimen>

View File

@@ -97,8 +97,8 @@
<dimen name="dashboard_padding_bottom">0dp</dimen>
<!-- Dashboard Header margin in its container -->
<dimen name="dashboard_header_margin_right">0dp</dimen>
<dimen name="dashboard_header_margin_left">0dp</dimen>
<dimen name="dashboard_header_margin_start">0dp</dimen>
<dimen name="dashboard_header_margin_end">0dp</dimen>
<!-- Dashboard category padding start / end -->
<dimen name="dashboard_category_padding_start">0dp</dimen>