| Index: components/autofill/android/java/res/values/dimens.xml
|
| diff --git a/ui/android/java/res/values/dimens.xml b/components/autofill/android/java/res/values/dimens.xml
|
| similarity index 59%
|
| copy from ui/android/java/res/values/dimens.xml
|
| copy to components/autofill/android/java/res/values/dimens.xml
|
| index c806a48743fc97eadfa249154df92c29c4fee489..ee949e47a0f9872392a074294bd0cda67eb674cf 100644
|
| --- a/ui/android/java/res/values/dimens.xml
|
| +++ b/components/autofill/android/java/res/values/dimens.xml
|
| @@ -1,26 +1,15 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
| -<!-- Copyright 2013 The Chromium Authors. All rights reserved.
|
| +<!-- Copyright 2016 The Chromium Authors. All rights reserved.
|
|
|
| Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file.
|
| -->
|
| <resources>
|
| -
|
| - <!--
|
| - 14.5 = Seekbar thumb width - border width, but it depends on the width
|
| - of the seek bar icon.
|
| - -->
|
| - <dimen name="color_picker_gradient_margin">14.5dp</dimen>
|
| - <dimen name="color_button_height">60dp</dimen>
|
| - <dimen name="dropdown_item_height">44dp</dimen>
|
| - <dimen name="dropdown_item_divider_height">1px</dimen>
|
| -
|
| <!--
|
| Fallback values if the corresponding com.android.internal.R dimensions
|
| cannot be retrieved by name.
|
| Note: Constants taken directly from Android's core/res/values/config.xml.
|
| -->
|
| - <dimen name="config_min_scaling_span">12.0mm</dimen>
|
| <dimen name="keyboard_accessory_chip_height">32dp</dimen>
|
| <dimen name="keyboard_accessory_half_padding">4dp</dimen>
|
| <dimen name="keyboard_accessory_height">48dp</dimen>
|
|
|