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

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

Issue 507133002: Remove unused resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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>
11 11
12 <!-- Accessibility tab switcher --> 12 <!-- Accessibility tab switcher -->
13 <dimen name="accessibility_tab_height">65dp</dimen> 13 <dimen name="accessibility_tab_height">65dp</dimen>
14 14
15 <!-- TabSwitcher - The minimum distance from the edge to commit a side swap. --> 15 <!-- TabSwitcher - The minimum distance from the edge to commit a side swap. -->
16 <dimen name="swipe_commit_distance">120dp</dimen> 16 <dimen name="swipe_commit_distance">120dp</dimen>
17 17
18 <!-- Custom Menu dimensions --> 18 <!-- Custom Menu dimensions -->
19 <dimen name="menu_width">258dp</dimen> 19 <dimen name="menu_width">258dp</dimen>
20 <dimen name="menu_negative_software_vertical_offset">0dp</dimen> 20 <dimen name="menu_negative_software_vertical_offset">0dp</dimen>
21 <!-- The amount to fade the edges of the menu to indicate more content is av ailable 21 <!-- The amount to fade the edges of the menu to indicate more content is av ailable
22 via scrolling. --> 22 via scrolling. -->
23 <dimen name="menu_vertical_fade_distance">15dp</dimen> 23 <dimen name="menu_vertical_fade_distance">15dp</dimen>
24 24
25 <!-- Menu button dragging related dimensions --> 25 <!-- Menu button dragging related dimensions -->
26 <dimen name="auto_scroll_full_velocity">500dp</dimen> 26 <dimen name="auto_scroll_full_velocity">500dp</dimen>
27 <dimen name="edge_swipe_in_slop">25dp</dimen>
28 <dimen name="edge_swipe_in_additional_slop">50dp</dimen>
29 <dimen name="edge_swipe_out_slop">18dp</dimen>
30 27
31 <!-- Infobar dimensions --> 28 <!-- Infobar dimensions -->
32 <!-- Text size of the infobar message. --> 29 <!-- Text size of the infobar message. -->
33 <dimen name="infobar_text_size">16sp</dimen> 30 <dimen name="infobar_text_size">16sp</dimen>
34 <!-- Text size of text inside infobar buttons. --> 31 <!-- Text size of text inside infobar buttons. -->
35 <dimen name="infobar_button_text_size">14sp</dimen> 32 <dimen name="infobar_button_text_size">14sp</dimen>
36 <!-- Minimum width of an infobar. --> 33 <!-- Minimum width of an infobar. -->
37 <dimen name="infobar_min_width">220dp</dimen> 34 <dimen name="infobar_min_width">220dp</dimen>
38 <!-- Margin between items in an infobar. --> 35 <!-- Margin between items in an infobar. -->
39 <dimen name="infobar_margin">16dp</dimen> 36 <dimen name="infobar_margin">16dp</dimen>
(...skipping 26 matching lines...) Expand all
66 <dimen name="app_banner_title_margin_top">0dp</dimen> 63 <dimen name="app_banner_title_margin_top">0dp</dimen>
67 <dimen name="app_banner_title_margin_bottom">8dp</dimen> 64 <dimen name="app_banner_title_margin_bottom">8dp</dimen>
68 65
69 <dimen name="app_banner_logo_height">24dp</dimen> 66 <dimen name="app_banner_logo_height">24dp</dimen>
70 <dimen name="app_banner_logo_margin_top">4dp</dimen> 67 <dimen name="app_banner_logo_margin_top">4dp</dimen>
71 <dimen name="app_banner_logo_margin_bottom">0dp</dimen> 68 <dimen name="app_banner_logo_margin_bottom">0dp</dimen>
72 <dimen name="app_banner_logo_margin_end">8dp</dimen> 69 <dimen name="app_banner_logo_margin_end">8dp</dimen>
73 70
74 <dimen name="app_banner_star_height">16dp</dimen> 71 <dimen name="app_banner_star_height">16dp</dimen>
75 </resources> 72 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/drawable/infobar_button_text.xml ('k') | chrome/android/java/strings/android_chrome_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698