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

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

Issue 2874933008: Adds animation as feature variation to keyboard accessory. (Closed)
Patch Set: Switch to base/metrics/field_trial_params.h API from variations:: Created 3 years, 7 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 2016 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2016 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 Fallback values if the corresponding com.android.internal.R dimensions 9 Fallback values if the corresponding com.android.internal.R dimensions
10 cannot be retrieved by name. 10 cannot be retrieved by name.
11 Note: Constants taken directly from Android's core/res/values/config.xm l. 11 Note: Constants taken directly from Android's core/res/values/config.xm l.
12 --> 12 -->
13 <dimen name="keyboard_accessory_chip_height">32dp</dimen> 13 <dimen name="keyboard_accessory_chip_height">32dp</dimen>
14 <dimen name="keyboard_accessory_half_padding">4dp</dimen> 14 <dimen name="keyboard_accessory_half_padding">4dp</dimen>
15 <dimen name="keyboard_accessory_height">48dp</dimen> 15 <dimen name="keyboard_accessory_height">48dp</dimen>
16 <dimen name="keyboard_accessory_padding">8dp</dimen> 16 <dimen name="keyboard_accessory_padding">8dp</dimen>
17 <dimen name="keyboard_accessory_text_size">14sp</dimen> 17 <dimen name="keyboard_accessory_text_size">14sp</dimen>
18 <dimen name="keyboard_accessory_start_animation_translation">100dp</dimen>
18 19
19 <!-- 20 <!--
20 Larger label and icon sizes for Form-Not-Secure experiment 21 Larger label and icon sizes for Form-Not-Secure experiment
21 (warning messages on credit card and password forms when users 22 (warning messages on credit card and password forms when users
22 are on HTTP sites). 23 are on HTTP sites).
23 --> 24 -->
24 <dimen name="dropdown_item_larger_sublabel_font_size">18sp</dimen> 25 <dimen name="dropdown_item_larger_sublabel_font_size">18sp</dimen>
25 <dimen name="dropdown_large_icon_size">24dp</dimen> 26 <dimen name="dropdown_large_icon_size">24dp</dimen>
26 <dimen name="dropdown_large_icon_margin">10dp</dimen> 27 <dimen name="dropdown_large_icon_margin">10dp</dimen>
27 </resources> 28 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698