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

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

Issue 2763883003: [Home] Use a taller progress bar (Closed)
Patch Set: fix indeterminate init Created 3 years, 9 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/toolbar/BottomToolbarPhone.java » ('j') | 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 <dimen name="webapp_splash_large_title_margin_bottom">16dp</dimen> 226 <dimen name="webapp_splash_large_title_margin_bottom">16dp</dimen>
227 227
228 <dimen name="webapk_badge_icon_size">24dp</dimen> 228 <dimen name="webapk_badge_icon_size">24dp</dimen>
229 229
230 <!-- Toolbar dimensions --> 230 <!-- Toolbar dimensions -->
231 <dimen name="toolbar_tab_count_text_size_1_digit">12dp</dimen> 231 <dimen name="toolbar_tab_count_text_size_1_digit">12dp</dimen>
232 <dimen name="toolbar_tab_count_text_size_2_digit">10dp</dimen> 232 <dimen name="toolbar_tab_count_text_size_2_digit">10dp</dimen>
233 <dimen name="toolbar_height_no_shadow">56dp</dimen> 233 <dimen name="toolbar_height_no_shadow">56dp</dimen>
234 <dimen name="toolbar_shadow_height">8dp</dimen> 234 <dimen name="toolbar_shadow_height">8dp</dimen>
235 <dimen name="toolbar_progress_bar_height">2dp</dimen> 235 <dimen name="toolbar_progress_bar_height">2dp</dimen>
236 <dimen name="chrome_home_progress_bar_height">4dp</dimen>
236 <dimen name="toolbar_button_width">48dp</dimen> 237 <dimen name="toolbar_button_width">48dp</dimen>
237 <dimen name="toolbar_handle_height">4dp</dimen> 238 <dimen name="toolbar_handle_height">4dp</dimen>
238 <dimen name="toolbar_handle_width">40dp</dimen> 239 <dimen name="toolbar_handle_width">40dp</dimen>
239 <dimen name="toolbar_handle_margin_top">14dp</dimen> 240 <dimen name="toolbar_handle_margin_top">14dp</dimen>
240 241
241 <dimen name="toolbar_edge_padding">8dp</dimen> 242 <dimen name="toolbar_edge_padding">8dp</dimen>
242 <dimen name="location_bar_google_g_width">24dp</dimen> 243 <dimen name="location_bar_google_g_width">24dp</dimen>
243 <dimen name="location_bar_google_g_margin">8dp</dimen> 244 <dimen name="location_bar_google_g_margin">8dp</dimen>
244 <!-- location_bar_google_g_width + 2 * location_bar_google_g_margin --> 245 <!-- location_bar_google_g_width + 2 * location_bar_google_g_margin -->
245 <dimen name="location_bar_google_g_container_width">40dp</dimen> 246 <dimen name="location_bar_google_g_container_width">40dp</dimen>
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 <dimen name="design_bottom_navigation_text_size">12sp</dimen> 427 <dimen name="design_bottom_navigation_text_size">12sp</dimen>
427 <dimen name="design_bottom_navigation_active_text_size">14sp</dimen> 428 <dimen name="design_bottom_navigation_active_text_size">14sp</dimen>
428 429
429 <!-- Miscellaneous dimensions --> 430 <!-- Miscellaneous dimensions -->
430 <dimen name="action_bar_shadow_height">10dp</dimen> 431 <dimen name="action_bar_shadow_height">10dp</dimen>
431 <dimen name="card_corner_radius">2dp</dimen> 432 <dimen name="card_corner_radius">2dp</dimen>
432 <dimen name="list_item_corner_radius">3dp</dimen> 433 <dimen name="list_item_corner_radius">3dp</dimen>
433 <dimen name="list_item_lateral_padding">1dp</dimen> 434 <dimen name="list_item_lateral_padding">1dp</dimen>
434 <dimen name="history_default_text_margin">16dp</dimen> 435 <dimen name="history_default_text_margin">16dp</dimen>
435 </resources> 436 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/toolbar/BottomToolbarPhone.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698