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

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

Issue 23026006: Add support for color input datalist on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
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 8
9 <!-- 9 <!--
10 14.5 = Seekbar thumb width - border width, but it depends on the width 10 14.5 = Seekbar thumb width - border width, but it depends on the width
11 of the seek bar icon. 11 of the seek bar icon.
12 --> 12 -->
13 <dimen name="color_picker_gradient_margin">14.5dp</dimen> 13 <dimen name="color_picker_gradient_margin">14.5dp</dimen>
14 <dimen name="color_button_height">60dp</dimen>
14 <dimen name="autofill_text_height">44dp</dimen> 15 <dimen name="autofill_text_height">44dp</dimen>
15 <dimen name="autofill_text_divider_height">1px</dimen> 16 <dimen name="autofill_text_divider_height">1px</dimen>
16 17
17 <!-- Infobar dimensions --> 18 <!-- Infobar dimensions -->
18 <!-- Text size of the InfoBar message. --> 19 <!-- Text size of the InfoBar message. -->
19 <dimen name="infobar_text_size">16sp</dimen> 20 <dimen name="infobar_text_size">16sp</dimen>
20 <!-- Text size of text inside InfoBar buttons. --> 21 <!-- Text size of text inside InfoBar buttons. -->
21 <dimen name="infobar_button_text_size">16sp</dimen> 22 <dimen name="infobar_button_text_size">16sp</dimen>
22 <!-- Minimum dimension (height or width) of the upper row of an InfoBar. --> 23 <!-- Minimum dimension (height or width) of the upper row of an InfoBar. -->
23 <dimen name="infobar_min_size">60dp</dimen> 24 <dimen name="infobar_min_size">60dp</dimen>
24 <!-- Margin between items in an InfoBar. --> 25 <!-- Margin between items in an InfoBar. -->
25 <dimen name="infobar_margin">10dp</dimen> 26 <dimen name="infobar_margin">10dp</dimen>
26 <!-- Left/right padding for infobar button text. --> 27 <!-- Left/right padding for infobar button text. -->
27 <dimen name="infobar_button_horizontal_padding">30dp</dimen> 28 <dimen name="infobar_button_horizontal_padding">30dp</dimen>
28 <!-- Minimum height for a touch target. --> 29 <!-- Minimum height for a touch target. -->
29 <dimen name="infobar_touch_target_height">40dp</dimen> 30 <dimen name="infobar_touch_target_height">40dp</dimen>
30 <!-- Dimension (height or width) of the InfoBar icon. --> 31 <!-- Dimension (height or width) of the InfoBar icon. -->
31 <dimen name="infobar_icon_size">31dp</dimen> 32 <dimen name="infobar_icon_size">31dp</dimen>
32 33
33 </resources> 34 </resources>
OLDNEW
« no previous file with comments | « ui/android/java/res/values/colors.xml ('k') | ui/android/java/resource_map/org/chromium/ui/R.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698