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

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

Issue 810853003: Upstream FullscreenManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments Created 6 years 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 <dimen name="password_generation_text_vertical_margin">12dp</dimen> 86 <dimen name="password_generation_text_vertical_margin">12dp</dimen>
87 87
88 <!-- Preferences button dimensions --> 88 <!-- Preferences button dimensions -->
89 <!-- TODO(twellington): Remove/update the following dimens after we switch t he PreferencesTheme 89 <!-- TODO(twellington): Remove/update the following dimens after we switch t he PreferencesTheme
90 parent to AppCompat. --> 90 parent to AppCompat. -->
91 <dimen name="pref_button_margin_start">0dp</dimen> 91 <dimen name="pref_button_margin_start">0dp</dimen>
92 <dimen name="pref_button_corner_radius">2dp</dimen> 92 <dimen name="pref_button_corner_radius">2dp</dimen>
93 <dimen name="pref_button_horizontal_padding">16dp</dimen> 93 <dimen name="pref_button_horizontal_padding">16dp</dimen>
94 <dimen name="pref_button_vertical_padding">10dp</dimen> 94 <dimen name="pref_button_vertical_padding">10dp</dimen>
95 95
96 <!-- Text bubble dimensions -->
97 <!-- Tooltip min distance from the edge of the screen. -->
98 <dimen name="tooltip_min_edge_margin">3dp</dimen>
99 <!-- Tooltip margin above click target. -->
100 <dimen name="tooltip_top_margin">2dp</dimen>
101 <!-- Tooltip border width around the main content bubble. -->
102 <dimen name="tooltip_border_width">1dp</dimen>
103 <!-- Padding for tooltip content -->
104 <dimen name="tooltip_content_padding">5dp</dimen>
105 <!-- Tooltip x margin for text bubble -->
106 <dimen name="bubble_tip_margin">8dp</dimen>
107
96 </resources> 108 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/src/org/chromium/chrome/browser/Tab.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698