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

Commit cea78078 authored by Amith Yamasani's avatar Amith Yamasani Committed by Android (Google) Code Review
Browse files

Merge "Move the margins to the left pane in the preference panel."

parents fdcd4084 896d1ebd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@
            android:orientation="vertical"
            android:layout_width="0px"
            android:layout_height="match_parent"
            android:layout_marginRight="0dp"
            android:layout_marginRight="@dimen/preference_screen_side_margin_negative"
            android:layout_marginLeft="@dimen/preference_screen_side_margin"
            android:layout_marginTop="32dp"
            android:layout_marginBottom="32dp"
@@ -61,7 +61,7 @@
                android:layout_width="0px"
                android:layout_height="match_parent"
                android:layout_weight="20"
                android:layout_marginLeft="-4dp"
                android:layout_marginLeft="@dimen/preference_screen_side_margin"
                android:layout_marginRight="@dimen/preference_screen_side_margin"
                android:layout_marginTop="16dp"
                android:layout_marginBottom="16dp"
+2 −1
Original line number Diff line number Diff line
@@ -22,5 +22,6 @@
    <dimen name="password_keyboard_key_height">47dip</dimen>
    <dimen name="password_keyboard_spacebar_vertical_correction">2dip</dimen>
    <dimen name="preference_screen_side_margin">96dp</dimen>
    <dimen name="preference_screen_side_margin_negative">-100dp</dimen>
    <dimen name="preference_widget_width">72dp</dimen>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@
    <dimen name="password_keyboard_spacebar_vertical_correction">4dip</dimen>
    <!-- Preference activity side margins -->
    <dimen name="preference_screen_side_margin">0dp</dimen>
    <!-- Preference activity side margins negative-->
    <dimen name="preference_screen_side_margin_negative">0dp</dimen>
    <!-- Preference widget area width (to the left of the text) -->
    <dimen name="preference_widget_width">56dp</dimen>
</resources>