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

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

Issue 1323613004: [Custom Tab]Adjust padding for "Powered by Chrome" prompt text (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 <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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 <dimen name="enhanced_bookmark_minimum_dialog_size_tablet">500dp</dimen> 278 <dimen name="enhanced_bookmark_minimum_dialog_size_tablet">500dp</dimen>
279 <dimen name="enhanced_bookmark_drawer_drawable_padding">18dp</dimen> 279 <dimen name="enhanced_bookmark_drawer_drawable_padding">18dp</dimen>
280 280
281 <!-- Custom Tabs dimensions --> 281 <!-- Custom Tabs dimensions -->
282 <dimen name="custom_tabs_toolbar_maxWidth">60dp</dimen> 282 <dimen name="custom_tabs_toolbar_maxWidth">60dp</dimen>
283 <dimen name="custom_tabs_toolbar_vertical_padding">16dp</dimen> 283 <dimen name="custom_tabs_toolbar_vertical_padding">16dp</dimen>
284 <dimen name="toolbar_icon_height">24dp</dimen> 284 <dimen name="toolbar_icon_height">24dp</dimen>
285 <dimen name="min_toolbar_icon_side_padding">6dp</dimen> 285 <dimen name="min_toolbar_icon_side_padding">6dp</dimen>
286 <dimen name="custom_tabs_url_text_size">12sp</dimen> 286 <dimen name="custom_tabs_url_text_size">12sp</dimen>
287 <dimen name="custom_tabs_title_text_size">16sp</dimen> 287 <dimen name="custom_tabs_title_text_size">16sp</dimen>
288 <dimen name="menu_footer_height">28dp</dimen>
289 288
290 <!-- Favicon dimensions --> 289 <!-- Favicon dimensions -->
291 <dimen name="default_favicon_size">16dp</dimen> 290 <dimen name="default_favicon_size">16dp</dimen>
292 291
293 <!-- Media UI dimensions --> 292 <!-- Media UI dimensions -->
294 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the 293 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the
295 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. --> 294 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. -->
296 <dimen name="media_session_icon_size">48dp</dimen> 295 <dimen name="media_session_icon_size">48dp</dimen>
297 </resources> 296 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698