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

Commit f7807e0c authored by cretin45's avatar cretin45
Browse files

SetupWizard: Fix padding

Change-Id: Iedaaeca47a2ce944ea633490aa59f285436bbf05
parent 62406a3c
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@
                    android:orientation="horizontal"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="@dimen/location_margin_left"
                    android:layout_marginRight="@dimen/content_margin_right"
                    android:paddingLeft="@dimen/location_margin_left"
                    android:paddingRight="@dimen/content_margin_right"
                    android:background="?android:attr/selectableItemBackground"
                    android:clickable="true">

@@ -87,8 +87,8 @@
                    android:orientation="horizontal"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="@dimen/location_margin_left"
                    android:layout_marginRight="@dimen/content_margin_right"
                    android:paddingLeft="@dimen/location_margin_left"
                    android:paddingRight="@dimen/content_margin_right"
                    android:background="?android:attr/selectableItemBackground"
                    android:clickable="true">

@@ -123,8 +123,8 @@
                    android:orientation="horizontal"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="@dimen/location_margin_left"
                    android:layout_marginRight="@dimen/content_margin_right"
                    android:paddingLeft="@dimen/location_margin_left"
                    android:paddingRight="@dimen/content_margin_right"
                    android:background="?android:attr/selectableItemBackground"
                    android:clickable="true">

+6 −6
Original line number Diff line number Diff line
@@ -56,8 +56,8 @@
                    android:orientation="horizontal"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="@dimen/location_margin_left"
                    android:layout_marginRight="@dimen/content_margin_right"
                    android:paddingLeft="@dimen/location_margin_left"
                    android:paddingRight="@dimen/content_margin_right"
                    android:background="?android:attr/selectableItemBackground"
                    android:clickable="true">

@@ -93,8 +93,8 @@
                    android:orientation="horizontal"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="@dimen/location_margin_left"
                    android:layout_marginRight="@dimen/content_margin_right"
                    android:paddingLeft="@dimen/location_margin_left"
                    android:paddingRight="@dimen/content_margin_right"
                    android:background="?android:attr/selectableItemBackground"
                    android:clickable="true">

@@ -130,8 +130,8 @@
                    android:orientation="horizontal"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_marginLeft="@dimen/location_margin_left"
                    android:layout_marginRight="@dimen/content_margin_right"
                    android:paddingLeft="@dimen/location_margin_left"
                    android:paddingRight="@dimen/content_margin_right"
                    android:background="?android:attr/selectableItemBackground"
                    android:clickable="true">

+1 −2
Original line number Diff line number Diff line
@@ -34,8 +34,6 @@
                android:orientation="vertical"
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                android:paddingLeft="@dimen/content_margin_left"
                android:paddingRight="@dimen/content_margin_right"
                style="@style/PageContent">

                <TextView
@@ -43,6 +41,7 @@
                    android:layout_height="wrap_content"
                    style="@style/PageSummaryText"
                    android:textSize="16sp"
                    android:paddingLeft="@dimen/content_margin_left"
                    android:layout_marginBottom="@dimen/summary_margin_bottom"
                    android:paddingRight="@dimen/location_text_margin_right"
                    android:text="@string/date_time_summary" />
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@

    <style name="SpinnerItem">
        <item name="android:textSize">15sp</item>
        <item name="android:paddingLeft">@dimen/content_margin_left</item>
    </style>

    <style name="ButtonBar" parent="@android:style/Widget.Material.ActionButton">