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

Unified Diff: chrome/android/java/res/values-sw600dp/dimens.xml

Issue 79573003: Upstreaming AppMenu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Actually add tvdpi Created 7 years, 1 month 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
« no previous file with comments | « chrome/android/java/res/values-hdpi/dimens.xml ('k') | chrome/android/java/res/values-xhdpi/dimens.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
-
« no previous file with comments | « chrome/android/java/res/values-hdpi/dimens.xml ('k') | chrome/android/java/res/values-xhdpi/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698