Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 839be498 authored by Matthew Fritze's avatar Matthew Fritze
Browse files

Tablet Settings support tab has start/end padding

Change-Id: Ifdc74af0edbd1b44c4f73b497f16f8edcf647ede
Fixes: 31583422
Tests: Visual Inspection
parent cf0f3012
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"/>
+5 −1
Original line number Diff line number Diff line
@@ -20,4 +20,8 @@
    android:id="@+id/support_items"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:focusable="false"  />
 No newline at end of file
    android:clipChildren="false"
    android:clipToPadding="false"
    android:focusable="false"
    android:paddingStart="@dimen/dashboard_padding_start"
    android:paddingEnd="@dimen/dashboard_padding_end"/>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -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>
+2 −2
Original line number Diff line number Diff line
@@ -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>
+2 −2
Original line number Diff line number Diff line
@@ -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>