Chromium Code Reviews| Index: chrome/android/java/res/layout/homepage_preferences.xml |
| diff --git a/chrome/android/java/res/layout/homepage_preferences.xml b/chrome/android/java/res/layout/homepage_preferences.xml |
| index 2a85ceb2306631cd37d8e2bd03ea619e0ae5319c..698b22311b25484c4419b4d2e56bef6f5892d7c3 100644 |
| --- a/chrome/android/java/res/layout/homepage_preferences.xml |
| +++ b/chrome/android/java/res/layout/homepage_preferences.xml |
| @@ -14,13 +14,13 @@ |
| android:layout_height="wrap_content" |
| android:clickable="true" |
| android:focusableInTouchMode="true" |
| - android:orientation="vertical" |
| - android:paddingTop="6dp" > |
| + android:orientation="vertical" > |
| <LinearLayout |
| android:layout_width="match_parent" |
| android:layout_height="wrap_content" |
| - android:layout_margin="6dp" |
| + android:layout_marginStart="@dimen/pref_homepage_layout_margin" |
|
newt (away)
2015/01/28 20:20:18
Why is this margin applied only to the label and t
Theresa
2015/01/29 05:22:13
It shouldn't be. Done.
|
| + android:layout_marginEnd="@dimen/pref_homepage_layout_margin" |
| android:orientation="horizontal" > |
| <TextView |