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

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

Issue 1909763002: Add callout for the tab switcher button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use an interpolator that Lint won't complain about 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 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 <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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 121
122 <!-- Data Saver --> 122 <!-- Data Saver -->
123 <dimen name="data_usage_chart_height">252dp</dimen> 123 <dimen name="data_usage_chart_height">252dp</dimen>
124 <dimen name="data_reduction_promo_screen_width">330dp</dimen> 124 <dimen name="data_reduction_promo_screen_width">330dp</dimen>
125 <dimen name="data_reduction_promo_screen_width_horizontal">500dp</dimen> 125 <dimen name="data_reduction_promo_screen_width_horizontal">500dp</dimen>
126 <dimen name="data_reduction_promo_title_text_size">20sp</dimen> 126 <dimen name="data_reduction_promo_title_text_size">20sp</dimen>
127 <dimen name="data_reduction_promo_normal_text_size">14sp</dimen> 127 <dimen name="data_reduction_promo_normal_text_size">14sp</dimen>
128 <dimen name="data_reduction_promo_button_text_size">13sp</dimen> 128 <dimen name="data_reduction_promo_button_text_size">13sp</dimen>
129 <dimen name="data_reduction_promo_illustration_margin_bottom">30dp</dimen> 129 <dimen name="data_reduction_promo_illustration_margin_bottom">30dp</dimen>
130 130
131 <!-- Text bubble dimensions -->
132 <!-- Tooltip min distance from the edge of the screen. -->
133 <dimen name="tooltip_min_edge_margin">3dp</dimen>
134 <!-- Tooltip margin above click target. -->
135 <dimen name="tooltip_top_margin">2dp</dimen>
136 <!-- Tooltip border width around the main content bubble. -->
137 <dimen name="tooltip_border_width">1dp</dimen>
138 <!-- Padding for tooltip content -->
139 <dimen name="tooltip_content_padding">5dp</dimen>
140 <!-- Tooltip x margin for text bubble -->
141 <dimen name="bubble_tip_margin">8dp</dimen>
142
143 <!-- Compositor Tab Title Dimensions --> 131 <!-- Compositor Tab Title Dimensions -->
144 <dimen name="compositor_tab_title_bar_shadow_x_offset">0.6667dp</dimen> <!-- 1px hdpi --> 132 <dimen name="compositor_tab_title_bar_shadow_x_offset">0.6667dp</dimen> <!-- 1px hdpi -->
145 <dimen name="compositor_tab_title_bar_shadow_y_offset">0.6667dp</dimen> <!-- 1px hdpi --> 133 <dimen name="compositor_tab_title_bar_shadow_y_offset">0.6667dp</dimen> <!-- 1px hdpi -->
146 <dimen name="compositor_tab_title_bar_shadow_x_offset_incognito">-0.6667dp</ dimen> <!-- -1px hdpi --> 134 <dimen name="compositor_tab_title_bar_shadow_x_offset_incognito">-0.6667dp</ dimen> <!-- -1px hdpi -->
147 <dimen name="compositor_tab_title_bar_shadow_y_offset_incognito">-0.6667dp</ dimen> <!-- -1px hdpi --> 135 <dimen name="compositor_tab_title_bar_shadow_y_offset_incognito">-0.6667dp</ dimen> <!-- -1px hdpi -->
148 <!-- The size of the text for tab titles. --> 136 <!-- The size of the text for tab titles. -->
149 <dimen name="compositor_tab_title_text_size">13dp</dimen> 137 <dimen name="compositor_tab_title_text_size">13dp</dimen>
150 <!-- The size of the bounding box for favicons. --> 138 <!-- The size of the bounding box for favicons. -->
151 <dimen name="compositor_tab_title_favicon_size">16dp</dimen> 139 <dimen name="compositor_tab_title_favicon_size">16dp</dimen>
152 <!-- Slop value for allowing slight misses on the compositor button. --> 140 <!-- Slop value for allowing slight misses on the compositor button. -->
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 307
320 <!-- Account chooser dialog dimensions --> 308 <!-- Account chooser dialog dimensions -->
321 <dimen name="account_chooser_dialog_margin">24dp</dimen> 309 <dimen name="account_chooser_dialog_margin">24dp</dimen>
322 <dimen name="account_chooser_dialog_item_margin">20dp</dimen> 310 <dimen name="account_chooser_dialog_item_margin">20dp</dimen>
323 <dimen name="account_chooser_dialog_title_main_text_size">18sp</dimen> 311 <dimen name="account_chooser_dialog_title_main_text_size">18sp</dimen>
324 <dimen name="account_chooser_dialog_title_descriptive_text_size">16sp</dimen > 312 <dimen name="account_chooser_dialog_title_descriptive_text_size">16sp</dimen >
325 313
326 <!-- Clear browsing data preferences dimensions --> 314 <!-- Clear browsing data preferences dimensions -->
327 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen> 315 <dimen name="clear_browsing_data_checkbox_height">56dp</dimen>
328 </resources> 316 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698