SetupWizard: Fix padding
Change-Id: Iedaaeca47a2ce944ea633490aa59f285436bbf05
This commit is contained in:
parent
62406a3ced
commit
f7807e0cb0
@ -51,8 +51,8 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="@dimen/location_margin_left"
|
android:paddingLeft="@dimen/location_margin_left"
|
||||||
android:layout_marginRight="@dimen/content_margin_right"
|
android:paddingRight="@dimen/content_margin_right"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
android:clickable="true">
|
android:clickable="true">
|
||||||
|
|
||||||
@ -87,8 +87,8 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="@dimen/location_margin_left"
|
android:paddingLeft="@dimen/location_margin_left"
|
||||||
android:layout_marginRight="@dimen/content_margin_right"
|
android:paddingRight="@dimen/content_margin_right"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
android:clickable="true">
|
android:clickable="true">
|
||||||
|
|
||||||
@ -123,8 +123,8 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="@dimen/location_margin_left"
|
android:paddingLeft="@dimen/location_margin_left"
|
||||||
android:layout_marginRight="@dimen/content_margin_right"
|
android:paddingRight="@dimen/content_margin_right"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
android:clickable="true">
|
android:clickable="true">
|
||||||
|
|
||||||
|
@ -56,8 +56,8 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="@dimen/location_margin_left"
|
android:paddingLeft="@dimen/location_margin_left"
|
||||||
android:layout_marginRight="@dimen/content_margin_right"
|
android:paddingRight="@dimen/content_margin_right"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
android:clickable="true">
|
android:clickable="true">
|
||||||
|
|
||||||
@ -93,8 +93,8 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="@dimen/location_margin_left"
|
android:paddingLeft="@dimen/location_margin_left"
|
||||||
android:layout_marginRight="@dimen/content_margin_right"
|
android:paddingRight="@dimen/content_margin_right"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
android:clickable="true">
|
android:clickable="true">
|
||||||
|
|
||||||
@ -130,8 +130,8 @@
|
|||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginLeft="@dimen/location_margin_left"
|
android:paddingLeft="@dimen/location_margin_left"
|
||||||
android:layout_marginRight="@dimen/content_margin_right"
|
android:paddingRight="@dimen/content_margin_right"
|
||||||
android:background="?android:attr/selectableItemBackground"
|
android:background="?android:attr/selectableItemBackground"
|
||||||
android:clickable="true">
|
android:clickable="true">
|
||||||
|
|
||||||
|
@ -34,8 +34,6 @@
|
|||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingLeft="@dimen/content_margin_left"
|
|
||||||
android:paddingRight="@dimen/content_margin_right"
|
|
||||||
style="@style/PageContent">
|
style="@style/PageContent">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -43,6 +41,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
style="@style/PageSummaryText"
|
style="@style/PageSummaryText"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
|
android:paddingLeft="@dimen/content_margin_left"
|
||||||
android:layout_marginBottom="@dimen/summary_margin_bottom"
|
android:layout_marginBottom="@dimen/summary_margin_bottom"
|
||||||
android:paddingRight="@dimen/location_text_margin_right"
|
android:paddingRight="@dimen/location_text_margin_right"
|
||||||
android:text="@string/date_time_summary" />
|
android:text="@string/date_time_summary" />
|
||||||
|
@ -56,6 +56,7 @@
|
|||||||
|
|
||||||
<style name="SpinnerItem">
|
<style name="SpinnerItem">
|
||||||
<item name="android:textSize">15sp</item>
|
<item name="android:textSize">15sp</item>
|
||||||
|
<item name="android:paddingLeft">@dimen/content_margin_left</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="ButtonBar" parent="@android:style/Widget.Material.ActionButton">
|
<style name="ButtonBar" parent="@android:style/Widget.Material.ActionButton">
|
||||||
|
Loading…
Reference in New Issue
Block a user