OLD | NEW |
| (Empty) |
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. | |
3 | |
4 Use of this source code is governed by a BSD-style license that can be | |
5 found in the LICENSE file. | |
6 --> | |
7 <resources> | |
8 | |
9 <!-- | |
10 14.5 = Seekbar thumb width - border width, but it depends on the width | |
11 of the seek bar icon. | |
12 --> | |
13 <dimen name="color_picker_gradient_margin">14.5dp</dimen> | |
14 | |
15 <!-- Infobar dimensions --> | |
16 <!-- Text size of the InfoBar message. --> | |
17 <dimen name="infobar_text_size">16sp</dimen> | |
18 <!-- Text size of text inside InfoBar buttons. --> | |
19 <dimen name="infobar_button_text_size">16sp</dimen> | |
20 <!-- Minimum dimension (height or width) of the upper row of an InfoBar. --> | |
21 <dimen name="infobar_min_size">60dp</dimen> | |
22 <!-- Margin between items in an InfoBar. --> | |
23 <dimen name="infobar_margin">10dp</dimen> | |
24 <!-- Left/right padding for infobar button text. --> | |
25 <dimen name="infobar_button_horizontal_padding">30dp</dimen> | |
26 <!-- Minimum height for a touch target. --> | |
27 <dimen name="infobar_touch_target_height">40dp</dimen> | |
28 <!-- Dimension (height or width) of the InfoBar icon. --> | |
29 <dimen name="infobar_icon_size">31dp</dimen> | |
30 | |
31 </resources> | |
OLD | NEW |