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

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

Issue 2382913004: Move autofill from ui/ to components/ (Closed)
Patch Set: move dimens cleanly Created 4 years, 2 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698