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

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

Issue 1260583004: Gray horizontal keyboard accessory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Newton's comments Created 5 years, 4 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 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="color_button_height">60dp</dimen>
15 <dimen name="dropdown_item_height">44dp</dimen> 15 <dimen name="dropdown_item_height">44dp</dimen>
16 <dimen name="dropdown_item_divider_height">1px</dimen> 16 <dimen name="dropdown_item_divider_height">1px</dimen>
17 17
18 <!-- 18 <!--
19 Fallback values if the corresponding com.android.internal.R dimensions 19 Fallback values if the corresponding com.android.internal.R dimensions
20 cannot be retrieved by name. 20 cannot be retrieved by name.
21 Note: Constants taken directly from Android's core/res/values/config.xm l. 21 Note: Constants taken directly from Android's core/res/values/config.xm l.
22 --> 22 -->
23 <dimen name="config_min_scaling_span">27.0mm</dimen> 23 <dimen name="config_min_scaling_span">27.0mm</dimen>
24 <dimen name="config_min_scaling_touch_major">48.0dp</dimen> 24 <dimen name="config_min_scaling_touch_major">48.0dp</dimen>
25
26 <dimen name="keyboard_accessory_chip_height">32dp</dimen>
27 <dimen name="keyboard_accessory_fading_edge_length">16dp</dimen>
28 <dimen name="keyboard_accessory_half_padding">4dp</dimen>
29 <dimen name="keyboard_accessory_height">48dp</dimen>
30 <dimen name="keyboard_accessory_padding">8dp</dimen>
31 <dimen name="keyboard_accessory_text_size">14sp</dimen>
25 </resources> 32 </resources>
OLDNEW
« no previous file with comments | « ui/android/java/res/values/colors.xml ('k') | ui/android/java/src/org/chromium/ui/autofill/AutofillKeyboardAccessory.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698