Index: chrome/android/java/res/values-sw600dp/dimens.xml |
diff --git a/ui/android/java/res/values/colors.xml b/chrome/android/java/res/values-sw600dp/dimens.xml |
similarity index 51% |
copy from ui/android/java/res/values/colors.xml |
copy to chrome/android/java/res/values-sw600dp/dimens.xml |
index a602826945af21b8f0d057f01314bf6f63c383fc..f7aadb355b8a12b5ddc4e5bbca7ac73c4830f804 100644 |
--- a/ui/android/java/res/values/colors.xml |
+++ b/chrome/android/java/res/values-sw600dp/dimens.xml |
@@ -4,9 +4,10 @@ |
Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
--> |
+ |
<resources> |
- <color name="color_picker_border_color">#B0B0B0</color> |
- <color name="autofill_divider_color">#E5E5E5</color> |
- <color name="autofill_dark_divider_color">#C0C0C0</color> |
+ <!-- Menu Dimensions --> |
+ <!-- Necessary to align the menu with the bottom of the toolbar (the anchored button does not |
+ extend to the bottom of the toolbar). --> |
+ <dimen name="menu_vertical_offset">2dp</dimen> |
</resources> |
- |