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

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

Issue 897953002: Underlines for preference spinners and other autofill tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pref_field_underline_color -> input_underline_color, fix wrapping Created 5 years, 10 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 unified diff | Download patch
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 6
7 <resources> 7 <resources>
8 <!-- Certificate Viewer Dimensions --> 8 <!-- Certificate Viewer Dimensions -->
9 <dimen name="certificate_viewer_padding_wide">24dp</dimen> 9 <dimen name="certificate_viewer_padding_wide">24dp</dimen>
10 <dimen name="certificate_viewer_padding_thin">16dp</dimen> 10 <dimen name="certificate_viewer_padding_thin">16dp</dimen>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 <dimen name="password_generation_text_vertical_margin">12dp</dimen> 91 <dimen name="password_generation_text_vertical_margin">12dp</dimen>
92 92
93 <!-- Preferences dimensions --> 93 <!-- Preferences dimensions -->
94 <!-- TODO(twellington): Remove/update the button dimens after AppCompat adds button support. --> 94 <!-- TODO(twellington): Remove/update the button dimens after AppCompat adds button support. -->
95 <dimen name="pref_button_margin_start">0dp</dimen> 95 <dimen name="pref_button_margin_start">0dp</dimen>
96 <dimen name="pref_button_corner_radius">2dp</dimen> 96 <dimen name="pref_button_corner_radius">2dp</dimen>
97 <dimen name="pref_button_horizontal_padding">16dp</dimen> 97 <dimen name="pref_button_horizontal_padding">16dp</dimen>
98 <dimen name="pref_button_vertical_padding">10dp</dimen> 98 <dimen name="pref_button_vertical_padding">10dp</dimen>
99 99
100 <dimen name="pref_homepage_layout_margin">10dp</dimen> 100 <dimen name="pref_homepage_layout_margin">10dp</dimen>
101 <dimen name="pref_autofill_field_horizontal_padding">3dp</dimen>
102 <dimen name="pref_autofill_field_top_padding">10dp</dimen>
101 103
102 <!-- Minimum height/width for a touchable item --> 104 <!-- Minimum height/width for a touchable item -->
103 <dimen name="min_touch_target_size">48dp</dimen> 105 <dimen name="min_touch_target_size">48dp</dimen>
104 106
105 <!-- Text bubble dimensions --> 107 <!-- Text bubble dimensions -->
106 <!-- Tooltip min distance from the edge of the screen. --> 108 <!-- Tooltip min distance from the edge of the screen. -->
107 <dimen name="tooltip_min_edge_margin">3dp</dimen> 109 <dimen name="tooltip_min_edge_margin">3dp</dimen>
108 <!-- Tooltip margin above click target. --> 110 <!-- Tooltip margin above click target. -->
109 <dimen name="tooltip_top_margin">2dp</dimen> 111 <dimen name="tooltip_top_margin">2dp</dimen>
110 <!-- Tooltip border width around the main content bubble. --> 112 <!-- Tooltip border width around the main content bubble. -->
(...skipping 18 matching lines...) Expand all
129 <!-- User Picture Dimensions --> 131 <!-- User Picture Dimensions -->
130 <dimen name="user_picture_size">40dp</dimen> 132 <dimen name="user_picture_size">40dp</dimen>
131 <dimen name="badged_user_picture_height">40dp</dimen> 133 <dimen name="badged_user_picture_height">40dp</dimen>
132 <!-- The design spec is that the center of the badge should be 4dp from the right edge of the 134 <!-- The design spec is that the center of the badge should be 4dp from the right edge of the
133 user picture. This is equivalent to a badged_user_picture_width of 46dp assu ming a badge_radius 135 user picture. This is equivalent to a badged_user_picture_width of 46dp assu ming a badge_radius
134 of 10dp. --> 136 of 10dp. -->
135 <dimen name="badged_user_picture_width">46dp</dimen> 137 <dimen name="badged_user_picture_width">46dp</dimen>
136 <dimen name="badge_radius">10dp</dimen> 138 <dimen name="badge_radius">10dp</dimen>
137 <dimen name="badge_border_size">1.3dp</dimen> 139 <dimen name="badge_border_size">1.3dp</dimen>
138 </resources> 140 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698