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

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

Issue 2827653004: Fix tab width and icon padding in CBD (Closed)
Patch Set: fix padding in RTL direction Created 3 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
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 e09f050608a60c81953197eaf19410271038c350..74e45bbccfe49d73b3cb33f0f004ba30470c5652 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -131,9 +131,6 @@
<!-- Search engine preference dimensions -->
<dimen name="search_engine_list_margin_top">6dp</dimen>
- <!-- Site Settings dimensions -->
- <dimen name="site_setttings_icon_padding">4.6dp</dimen>
-
<!-- Minimum height/width for a touchable item -->
<dimen name="min_touch_target_size">48dp</dimen>
@@ -417,6 +414,8 @@
<dimen name="pref_autofill_touch_target_padding">15dp</dimen>
<dimen name="pref_child_account_reduced_padding">4dp</dimen>
+ <dimen name="pref_icon_padding">4.6dp</dimen>
+
<!-- Dialog dimensions.
https://www.google.com/design/spec/components/dialogs.html#dialogs-simple-dialogs -->
<dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are multiples of this. -->

Powered by Google App Engine
This is Rietveld 408576698