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

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

Issue 2510283002: Http Bad: Put icon on the left of warning message and make value and label in one line on Android (Closed)
Patch Set: minor change 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 2013 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2013 The Chromium Authors. All rights reserved.
3 3
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <resources> 7 <resources>
8 <dimen name="dropdown_item_height">50dp</dimen> 8 <dimen name="dropdown_item_height">50dp</dimen>
9 <dimen name="dropdown_item_divider_height">1px</dimen> 9 <dimen name="dropdown_item_divider_height">1px</dimen>
10 <dimen name="dropdown_item_label_font_size">18sp</dimen> 10 <dimen name="dropdown_item_label_font_size">18sp</dimen>
11 <dimen name="dropdown_item_label_margin">10dp</dimen>
11 12
12 <!-- 13 <!--
13 Fallback values if the corresponding com.android.internal.R dimensions 14 Fallback values if the corresponding com.android.internal.R dimensions
14 cannot be retrieved by name. 15 cannot be retrieved by name.
15 Note: Constants taken directly from Android's core/res/values/config.xm l. 16 Note: Constants taken directly from Android's core/res/values/config.xm l.
16 --> 17 -->
17 <dimen name="config_min_scaling_span">12.0mm</dimen> 18 <dimen name="config_min_scaling_span">12.0mm</dimen>
18 </resources> 19 </resources>
OLDNEW
« no previous file with comments | « ui/android/java/res/layout/dropdown_item.xml ('k') | ui/android/java/src/org/chromium/ui/DropdownAdapter.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698