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

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

Issue 2841603002: Clear browsing data ui fixes (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 <!-- Menu Dimensions --> 7 <!-- Menu Dimensions -->
8 <!-- Necessary to align the menu icon with the actual button. --> 8 <!-- Necessary to align the menu icon with the actual button. -->
9 <dimen name="menu_negative_software_vertical_offset">6dp</dimen> 9 <dimen name="menu_negative_software_vertical_offset">6dp</dimen>
10 10
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 <!-- Payments UI --> 48 <!-- Payments UI -->
49 <dimen name="payments_ui_max_dialog_width">600dp</dimen> 49 <dimen name="payments_ui_max_dialog_width">600dp</dimen>
50 50
51 <!-- Context Menu Dimensions --> 51 <!-- Context Menu Dimensions -->
52 <dimen name="context_menu_header_image_max_size">216dp</dimen> 52 <dimen name="context_menu_header_image_max_size">216dp</dimen>
53 53
54 <!-- Search widget dimensions --> 54 <!-- Search widget dimensions -->
55 <dimen name="search_activity_location_bar_margin_start">0dp</dimen> 55 <dimen name="search_activity_location_bar_margin_start">0dp</dimen>
56 <dimen name="search_activity_location_bar_margin_end">4dp</dimen> 56 <dimen name="search_activity_location_bar_margin_end">4dp</dimen>
57
58 <!-- Clear browsing data preferences dimensions -->
59 <dimen name="clear_browsing_data_button_margin">16dp</dimen>
60
61 <!-- Preferences dimensions -->
62 <dimen name="pref_spinner_padding_end">16dp</dimen>
57 </resources> 63 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/clear_browsing_data_tab_content.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698