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

Side by Side Diff: chrome/android/java/res/values/dimens.xml

Issue 2475953002: [Autofill] Change spacing in the local card editor, address editor (Android) (Closed)
Patch Set: Further adjust top margins Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « chrome/android/java/res/layout/preference_address_float_label_layout.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <resources> 6 <resources>
7 <!-- Connection info popup dimensions --> 7 <!-- Connection info popup dimensions -->
8 <dimen name="connection_info_padding_wide">24dp</dimen> 8 <dimen name="connection_info_padding_wide">24dp</dimen>
9 <dimen name="connection_info_padding_thin">16dp</dimen> 9 <dimen name="connection_info_padding_thin">16dp</dimen>
10 10
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 <!-- Overlay panel dimensions --> 115 <!-- Overlay panel dimensions -->
116 <dimen name="overlay_panel_bar_height">56dp</dimen> 116 <dimen name="overlay_panel_bar_height">56dp</dimen>
117 <dimen name="overlay_panel_text_size">18sp</dimen> 117 <dimen name="overlay_panel_text_size">18sp</dimen>
118 118
119 <!-- Password generation popup dimensions --> 119 <!-- Password generation popup dimensions -->
120 <dimen name="password_generation_divider_height">1dp</dimen> 120 <dimen name="password_generation_divider_height">1dp</dimen>
121 <dimen name="password_generation_text_size">14sp</dimen> 121 <dimen name="password_generation_text_size">14sp</dimen>
122 <dimen name="password_generation_horizontal_margin">10dp</dimen> 122 <dimen name="password_generation_horizontal_margin">10dp</dimen>
123 <dimen name="password_generation_text_vertical_margin">12dp</dimen> 123 <dimen name="password_generation_text_vertical_margin">12dp</dimen>
124 124
125 <!-- Preferences dimensions -->
126 <dimen name="pref_autofill_touch_target_padding">15dp</dimen>
127
128 <!-- Site Settings dimensions --> 125 <!-- Site Settings dimensions -->
129 <dimen name="site_setttings_icon_padding">4.6dp</dimen> 126 <dimen name="site_setttings_icon_padding">4.6dp</dimen>
130 127
131 <!-- Minimum height/width for a touchable item --> 128 <!-- Minimum height/width for a touchable item -->
132 <dimen name="min_touch_target_size">48dp</dimen> 129 <dimen name="min_touch_target_size">48dp</dimen>
133 130
134 <!-- Data Saver --> 131 <!-- Data Saver -->
135 <dimen name="data_usage_chart_height">252dp</dimen> 132 <dimen name="data_usage_chart_height">252dp</dimen>
136 <dimen name="data_reduction_promo_screen_width">330dp</dimen> 133 <dimen name="data_reduction_promo_screen_width">330dp</dimen>
137 <dimen name="data_reduction_promo_screen_width_horizontal">500dp</dimen> 134 <dimen name="data_reduction_promo_screen_width_horizontal">500dp</dimen>
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 <dimen name="payments_editor_icon_list_size">38dp</dimen> 358 <dimen name="payments_editor_icon_list_size">38dp</dimen>
362 <dimen name="payments_favicon_size">24dp</dimen> 359 <dimen name="payments_favicon_size">24dp</dimen>
363 360
364 <!-- Preferences dimensions 361 <!-- Preferences dimensions
365 pref_autofill_field_horizontal_padding exists because TextInputLayouts have an internal 362 pref_autofill_field_horizontal_padding exists because TextInputLayouts have an internal
366 padding set. 363 padding set.
367 --> 364 -->
368 <dimen name="pref_autofill_content_spacing">12dp</dimen> 365 <dimen name="pref_autofill_content_spacing">12dp</dimen>
369 <dimen name="pref_autofill_field_horizontal_padding">4dp</dimen> 366 <dimen name="pref_autofill_field_horizontal_padding">4dp</dimen>
370 <dimen name="pref_autofill_field_top_margin">8dp</dimen> 367 <dimen name="pref_autofill_field_top_margin">8dp</dimen>
368 <dimen name="pref_autofill_field_large_top_margin">16dp</dimen>
369 <dimen name="pref_autofill_field_bottom_margin">8dp</dimen>
370 <!-- The dropdown element has no embedded bottom padding like the TextView h as so the margin
371 is doubled. -->
372 <dimen name="pref_autofill_dropdown_bottom_margin">16dp</dimen>
373 <dimen name="pref_autofill_touch_target_padding">15dp</dimen>
371 374
372 <!-- Dialog dimensions. 375 <!-- Dialog dimensions.
373 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs --> 376 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs -->
374 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. --> 377 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. -->
375 378
376 <!-- Downloads dimensions. --> 379 <!-- Downloads dimensions. -->
377 <dimen name="downloads_item_icon_size">48dp</dimen> 380 <dimen name="downloads_item_icon_size">48dp</dimen>
378 </resources> 381 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/preference_address_float_label_layout.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698