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

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

Issue 2703463002: [List UI Unification] Basic list unification for phones (Closed)
Patch Set: [List UI Unification] Basic list unification for phones Created 3 years, 10 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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 <dimen name="selectable_list_layout_end_icon">24dp</dimen> 401 <dimen name="selectable_list_layout_end_icon">24dp</dimen>
402 <dimen name="selectable_list_layout_row_end_padding">16dp</dimen> 402 <dimen name="selectable_list_layout_row_end_padding">16dp</dimen>
403 <dimen name="selectable_list_layout_start_icon_width">56dp</dimen> 403 <dimen name="selectable_list_layout_start_icon_width">56dp</dimen>
404 <dimen name="toolbar_wide_display_nav_icon_offset">-18dp</dimen> 404 <dimen name="toolbar_wide_display_nav_icon_offset">-18dp</dimen>
405 <dimen name="toolbar_wide_display_end_offset">-14dp</dimen> 405 <dimen name="toolbar_wide_display_end_offset">-14dp</dimen>
406 406
407 <!-- Miscellaneous dimensions --> 407 <!-- Miscellaneous dimensions -->
408 <dimen name="action_bar_shadow_height">10dp</dimen> 408 <dimen name="action_bar_shadow_height">10dp</dimen>
409 <dimen name="card_corner_radius">2dp</dimen> 409 <dimen name="card_corner_radius">2dp</dimen>
410 <dimen name="list_item_corner_radius">3dp</dimen> 410 <dimen name="list_item_corner_radius">3dp</dimen>
411 <dimen name="list_item_lateral_padding">1dp</dimen>
411 <dimen name="history_default_text_margin">16dp</dimen> 412 <dimen name="history_default_text_margin">16dp</dimen>
412 </resources> 413 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698