| Index: chrome/android/java/res/layout/text_message_with_link_and_icon_preference.xml
|
| diff --git a/chrome/android/java/res/layout/text_message_with_link_and_icon_preference.xml b/chrome/android/java/res/layout/text_message_with_link_and_icon_preference.xml
|
| index cb7a765925a1809a422c71289a11e679cd1e7ecb..c5d4f9f423326511fe143c380465ccc662324b8e 100644
|
| --- a/chrome/android/java/res/layout/text_message_with_link_and_icon_preference.xml
|
| +++ b/chrome/android/java/res/layout/text_message_with_link_and_icon_preference.xml
|
| @@ -9,7 +9,8 @@
|
| xmlns:android="http://schemas.android.com/apk/res/android"
|
| style="@style/PreferenceLayout"
|
| android:layout_width="match_parent"
|
| - android:layout_height="wrap_content">
|
| + android:layout_height="wrap_content"
|
| + android:paddingBottom="24dp">
|
|
|
| <ImageView
|
| android:id="@+android:id/icon"
|
|
|