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

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

Issue 2777773002: Show the image header for the Context Menu (Closed)
Patch Set: Created 3 years, 8 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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 <!-- The following two dimensions override defaults in Android's BottomNavig ationView --> 426 <!-- The following two dimensions override defaults in Android's BottomNavig ationView -->
427 <dimen name="design_bottom_navigation_text_size">12sp</dimen> 427 <dimen name="design_bottom_navigation_text_size">12sp</dimen>
428 <dimen name="design_bottom_navigation_active_text_size">14sp</dimen> 428 <dimen name="design_bottom_navigation_active_text_size">14sp</dimen>
429 429
430 <!-- Miscellaneous dimensions --> 430 <!-- Miscellaneous dimensions -->
431 <dimen name="action_bar_shadow_height">10dp</dimen> 431 <dimen name="action_bar_shadow_height">10dp</dimen>
432 <dimen name="card_corner_radius">2dp</dimen> 432 <dimen name="card_corner_radius">2dp</dimen>
433 <dimen name="list_item_corner_radius">3dp</dimen> 433 <dimen name="list_item_corner_radius">3dp</dimen>
434 <dimen name="list_item_lateral_padding">1dp</dimen> 434 <dimen name="list_item_lateral_padding">1dp</dimen>
435 <dimen name="history_default_text_margin">16dp</dimen> 435 <dimen name="history_default_text_margin">16dp</dimen>
436
437 <!-- Context Menu Dimensions -->
438 <dimen name="context_menu_header_image_max_size">56dp</dimen>
436 </resources> 439 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698