Add left padding to misc pages

Change-Id: I6349672e92d170564212679d58cdbfe9991005a2
Fixes: 36459450
Test: visual
This commit is contained in:
Fan Zhang
2017-10-09 15:11:42 -07:00
parent aa410eba1d
commit a0450c78eb
3 changed files with 15 additions and 14 deletions

View File

@@ -31,14 +31,15 @@
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView android:id="@+id/android_beam_explained"
<TextView
android:id="@+id/android_beam_explained"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dip"
android:gravity="top"
android:paddingStart="@dimen/preference_no_icon_padding_start"
android:text="@string/android_beam_explained"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
android:textAppearance="?android:attr/textAppearanceMedium" />
<ImageView android:id="@+id/android_beam_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"

View File

@@ -17,18 +17,18 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
android:orientation="vertical">
<ScrollView
android:id="@+id/master_clear_scrollview"
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_marginStart="12dp"
android:layout_marginStart="@dimen/preference_no_icon_padding_start"
android:layout_marginEnd="12dp"
android:layout_marginTop="12dp"
android:layout_weight="1">
<LinearLayout android:id="@+id/master_clear_container"
<LinearLayout
android:id="@+id/master_clear_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">

View File

@@ -22,7 +22,7 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_marginStart="12dp"
android:layout_marginStart="@dimen/preference_no_icon_padding_start"
android:layout_marginEnd="12dp"
android:layout_marginTop="12dp"
android:layout_weight="1">