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

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

Issue 842083003: Upstream CompositorButton, VirtualView and TitleBitmapFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply Changwan's comments Created 5 years, 11 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 | « chrome/android/java/res/values/colors.xml ('k') | chrome/android/java/res/values/values.xml » ('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 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 <dimen name="tooltip_min_edge_margin">3dp</dimen> 106 <dimen name="tooltip_min_edge_margin">3dp</dimen>
107 <!-- Tooltip margin above click target. --> 107 <!-- Tooltip margin above click target. -->
108 <dimen name="tooltip_top_margin">2dp</dimen> 108 <dimen name="tooltip_top_margin">2dp</dimen>
109 <!-- Tooltip border width around the main content bubble. --> 109 <!-- Tooltip border width around the main content bubble. -->
110 <dimen name="tooltip_border_width">1dp</dimen> 110 <dimen name="tooltip_border_width">1dp</dimen>
111 <!-- Padding for tooltip content --> 111 <!-- Padding for tooltip content -->
112 <dimen name="tooltip_content_padding">5dp</dimen> 112 <dimen name="tooltip_content_padding">5dp</dimen>
113 <!-- Tooltip x margin for text bubble --> 113 <!-- Tooltip x margin for text bubble -->
114 <dimen name="bubble_tip_margin">8dp</dimen> 114 <dimen name="bubble_tip_margin">8dp</dimen>
115 115
116 <!-- Compositor Tab Title Dimensions -->
117 <dimen name="compositor_tab_title_bar_shadow_x_offset">0.6667dp</dimen> <!-- 1px hdpi -->
118 <dimen name="compositor_tab_title_bar_shadow_y_offset">0.6667dp</dimen> <!-- 1px hdpi -->
119 <dimen name="compositor_tab_title_bar_shadow_x_offset_incognito">-0.6667dp</ dimen> <!-- -1px hdpi -->
120 <dimen name="compositor_tab_title_bar_shadow_y_offset_incognito">-0.6667dp</ dimen> <!-- -1px hdpi -->
121 <!-- The size of the text for tab titles. -->
122 <dimen name="compositor_tab_title_text_size">13dp</dimen>
123 <!-- The size of the boudning box for favicons. -->
David Trainor- moved to gerrit 2015/01/12 19:26:08 boudning -> bounding
Jaekyun Seok (inactive) 2015/01/12 21:22:41 Done.
124 <dimen name="compositor_tab_title_favicon_size">16dp</dimen>
125 <!-- Slop value for allowing slight misses on the compositor button. -->
126 <dimen name="compositor_button_slop">10dp</dimen>
116 </resources> 127 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values/colors.xml ('k') | chrome/android/java/res/values/values.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698