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

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

Issue 2819743003: 🔍 Refactor LocationBarLayout to fix SearchActivity's location bar (Closed)
Patch Set: Rebase alone 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 <dimen name="list_item_corner_radius">3dp</dimen> 461 <dimen name="list_item_corner_radius">3dp</dimen>
462 <dimen name="list_item_lateral_padding">1dp</dimen> 462 <dimen name="list_item_lateral_padding">1dp</dimen>
463 <dimen name="history_default_text_margin">16dp</dimen> 463 <dimen name="history_default_text_margin">16dp</dimen>
464 464
465 <!-- Context Menu Dimensions --> 465 <!-- Context Menu Dimensions -->
466 <dimen name="context_menu_header_image_min_size">56dp</dimen> 466 <dimen name="context_menu_header_image_min_size">56dp</dimen>
467 <dimen name="context_menu_header_image_max_size">56dp</dimen> 467 <dimen name="context_menu_header_image_max_size">56dp</dimen>
468 468
469 <!-- Divider Dimensions --> 469 <!-- Divider Dimensions -->
470 <dimen name="divider_height">1dp</dimen> 470 <dimen name="divider_height">1dp</dimen>
471
472 <!-- Search widget dimensions -->
473 <dimen name="search_activity_location_bar_margin_start">16dp</dimen>
474 <dimen name="search_activity_location_bar_margin_end">8dp</dimen>
471 </resources> 475 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698