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

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

Issue 2542203002: [Android History] Add Android history manager UI and bridge (Closed)
Patch Set: Rebase, drop changes to time.* Created 4 years 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 383
384 <!-- Dialog dimensions. 384 <!-- Dialog dimensions.
385 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs --> 385 https://www.google.com/design/spec/components/dialogs.html#dialogs-simp le-dialogs -->
386 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. --> 386 <dimen name="dialog_width_unit">56dp</dimen> <!-- MD dialog widths are mult iples of this. -->
387 387
388 <!-- Downloads dimensions. --> 388 <!-- Downloads dimensions. -->
389 <dimen name="downloads_item_icon_size">48dp</dimen> 389 <dimen name="downloads_item_icon_size">48dp</dimen>
390 390
391 <!-- Miscellaneous dimensions --> 391 <!-- Miscellaneous dimensions -->
392 <dimen name="action_bar_shadow_height">10dp</dimen> 392 <dimen name="action_bar_shadow_height">10dp</dimen>
393 <dimen name="selectable_list_layout_end_icon">24dp</dimen>
393 </resources> 394 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698