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

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

Issue 1702003004: Replace update menu badge (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2623
Patch Set: Created 4 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 <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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 <dimen name="border_texture_title_fade">24dp</dimen> <!-- 40px hdpi --> 48 <dimen name="border_texture_title_fade">24dp</dimen> <!-- 40px hdpi -->
49 <dimen name="tab_title_favicon_start_padding">10dp</dimen> 49 <dimen name="tab_title_favicon_start_padding">10dp</dimen>
50 <dimen name="tab_title_favicon_end_padding">7dp</dimen> 50 <dimen name="tab_title_favicon_end_padding">7dp</dimen>
51 51
52 <!-- Custom Menu dimensions --> 52 <!-- Custom Menu dimensions -->
53 <dimen name="menu_width">258dp</dimen> 53 <dimen name="menu_width">258dp</dimen>
54 <dimen name="menu_negative_software_vertical_offset">0dp</dimen> 54 <dimen name="menu_negative_software_vertical_offset">0dp</dimen>
55 <!-- The amount to fade the edges of the menu to indicate more content is av ailable 55 <!-- The amount to fade the edges of the menu to indicate more content is av ailable
56 via scrolling. --> 56 via scrolling. -->
57 <dimen name="menu_vertical_fade_distance">15dp</dimen> 57 <dimen name="menu_vertical_fade_distance">15dp</dimen>
58 <dimen name="menu_badge_size">16dp</dimen> 58 <dimen name="menu_badge_translation_y_distance">6dp</dimen>
59 <dimen name="menu_badge_background_size">17dp</dimen>
60 59
61 <!-- Menu button dragging related dimensions --> 60 <!-- Menu button dragging related dimensions -->
62 <dimen name="auto_scroll_full_velocity">500dp</dimen> 61 <dimen name="auto_scroll_full_velocity">500dp</dimen>
63 62
64 <!-- Infobar dimensions --> 63 <!-- Infobar dimensions -->
65 <!-- Text size of the infobar message and other controls. --> 64 <!-- Text size of the infobar message and other controls. -->
66 <dimen name="infobar_text_size">16sp</dimen> 65 <dimen name="infobar_text_size">16sp</dimen>
67 <!-- Text size of the infobar message when a big icon is shown. --> 66 <!-- Text size of the infobar message when a big icon is shown. -->
68 <dimen name="infobar_big_icon_message_size">18sp</dimen> 67 <dimen name="infobar_big_icon_message_size">18sp</dimen>
69 <!-- Text size of descriptive controls on an infobar. --> 68 <!-- Text size of descriptive controls on an infobar. -->
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 <dimen name="default_favicon_size">16dp</dimen> 316 <dimen name="default_favicon_size">16dp</dimen>
318 317
319 <!-- Media UI dimensions --> 318 <!-- Media UI dimensions -->
320 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the 319 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the
321 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. --> 320 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. -->
322 <dimen name="media_session_icon_size">48dp</dimen> 321 <dimen name="media_session_icon_size">48dp</dimen>
323 322
324 <!-- Offline pages dimensions --> 323 <!-- Offline pages dimensions -->
325 <dimen name="offline_page_item_vertical_spacing">16dp</dimen> 324 <dimen name="offline_page_item_vertical_spacing">16dp</dimen>
326 </resources> 325 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/src/org/chromium/chrome/browser/ChromeActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698