| Index: chrome/android/java/res/layout/eb_edit.xml
|
| diff --git a/chrome/android/java/res/layout/eb_edit.xml b/chrome/android/java/res/layout/eb_edit.xml
|
| index 5665c6508bd426f5ffeb2764be8802281e985122..47db0e1383f481c59e36028a7b57657ee5c43712 100644
|
| --- a/chrome/android/java/res/layout/eb_edit.xml
|
| +++ b/chrome/android/java/res/layout/eb_edit.xml
|
| @@ -37,8 +37,9 @@
|
|
|
| <android.support.design.widget.TextInputLayout
|
| android:layout_width="match_parent"
|
| - android:layout_height="wrap_content" >
|
| -
|
| + android:layout_height="wrap_content"
|
| + android:layout_marginTop="10dp"
|
| + android:layout_marginBottom="10dp" >
|
| <!-- android:text is set here is to avoid UI jumping. -->
|
| <org.chromium.chrome.browser.widget.EmptyAlertEditText
|
| android:id="@+id/title_text"
|
| @@ -55,26 +56,30 @@
|
| <TextView
|
| android:layout_width="wrap_content"
|
| android:layout_height="wrap_content"
|
| - android:paddingEnd="3dp"
|
| - android:paddingStart="3dp"
|
| - android:paddingTop="8dp"
|
| + android:layout_marginTop="10dp"
|
| + android:layout_marginBottom="8dp"
|
| + android:layout_marginStart="3dp"
|
| + android:layout_marginEnd="3dp"
|
| android:text="@string/bookmark_folder"
|
| - android:textAppearance="@style/TextAppearance.AppCompat.Small" />
|
| + android:textAppearance="?android:attr/textAppearanceSmall"
|
| + android:textSize="12sp" />
|
|
|
| <TextView
|
| android:id="@+id/folder_text"
|
| android:layout_width="match_parent"
|
| android:layout_height="wrap_content"
|
| - android:paddingBottom="8dp"
|
| - android:paddingEnd="3dp"
|
| - android:paddingStart="3dp"
|
| - android:paddingTop="8dp"
|
| - android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
| + android:layout_marginTop="8dp"
|
| + android:layout_marginBottom="12dp"
|
| + android:layout_marginStart="3dp"
|
| + android:layout_marginEnd="3dp"
|
| + android:textAppearance="?android:attr/textAppearanceMedium"
|
| android:textColor="@color/dark_mode_tint" />
|
|
|
| <android.support.design.widget.TextInputLayout
|
| android:layout_width="match_parent"
|
| - android:layout_height="wrap_content" >
|
| + android:layout_height="wrap_content"
|
| + android:layout_marginTop="10dp"
|
| + android:layout_marginBottom="10dp" >
|
|
|
| <org.chromium.chrome.browser.widget.EmptyAlertEditText
|
| android:id="@+id/url_text"
|
|
|