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

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

Issue 928643003: Upstream Chrome for Android Cast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing resource, allowing casting from Chrome Shell Created 5 years, 9 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 <!-- Website Settings Popup Dimensions --> 7 <!-- Website Settings Popup Dimensions -->
8 <dimen name="website_settings_popup_padding_sides">16dp</dimen> 8 <dimen name="website_settings_popup_padding_sides">16dp</dimen>
9 <dimen name="website_settings_popup_button_height">36dp</dimen> 9 <dimen name="website_settings_popup_button_height">36dp</dimen>
10 <dimen name="website_settings_popup_button_padding_sides">8dp</dimen> 10 <dimen name="website_settings_popup_button_padding_sides">8dp</dimen>
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 <dimen name="fre_image_carousel_width">260dp</dimen> 116 <dimen name="fre_image_carousel_width">260dp</dimen>
117 <dimen name="fre_image_carousel_height">130dp</dimen> 117 <dimen name="fre_image_carousel_height">130dp</dimen>
118 <dimen name="fre_checkmark_size">38dp</dimen> 118 <dimen name="fre_checkmark_size">38dp</dimen>
119 119
120 <!-- Sign-in promo dimensions --> 120 <!-- Sign-in promo dimensions -->
121 <dimen name="sign_in_promo_padding_bottom">16dp</dimen> 121 <dimen name="sign_in_promo_padding_bottom">16dp</dimen>
122 122
123 <!-- Autofill card unmasking prompt dimensions --> 123 <!-- Autofill card unmasking prompt dimensions -->
124 <dimen name="autofill_card_unmask_tooltip_horizontal_padding">16dp</dimen> 124 <dimen name="autofill_card_unmask_tooltip_horizontal_padding">16dp</dimen>
125 <dimen name="autofill_card_unmask_tooltip_vertical_padding">4dp</dimen> 125 <dimen name="autofill_card_unmask_tooltip_vertical_padding">4dp</dimen>
126
127 <!-- Video Fling related constants -->
128 <dimen name="remote_notification_logo_max_width">@android:dimen/notification _large_icon_width</dimen>
Bernhard Bauer 2015/03/13 12:18:01 Break before the closing tag.
aberent 2015/03/13 19:04:34 No. Current format is consistent with the rest of
129 <dimen name="remote_notification_logo_max_height">64dp</dimen>
126 </resources> 130 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698