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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 866713003: Show favicons in Site Settings lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: chrome/android/java/res/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index d7d0e6a6b5fea1b1bd98543b83129af535170444..b96a6c7491772cfc3a57970ce9cf47f77358843f 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -98,6 +98,9 @@
<dimen name="pref_button_horizontal_padding">16dp</dimen>
<dimen name="pref_button_vertical_padding">10dp</dimen>
+ <!-- Preference list favicon dimensions -->
+ <dimen name="pref_list_favicon">16dp</dimen>
newt (away) 2015/01/22 17:17:23 I'd group this with the section above. With too ma
Finnur 2015/01/23 14:59:47 Done.
+
<!-- Minimum height/width for a touchable item -->
<dimen name="min_touch_target_size">48dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698