Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: chrome/android/java/res/layout/text_message_with_link_and_icon_preference.xml

Issue 1872363002: Adjust the footer layout in ClearBrowsingDataPreferences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/values/attrs.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | chrome/android/java/res/values/attrs.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698