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

Unified Diff: chrome/android/java_staging/res/values-sw600dp/dimens_staging.xml

Issue 1141283003: Upstream oodles of Chrome for Android code into Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: final patch? Created 5 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java_staging/res/values-sw600dp/dimens_staging.xml
diff --git a/chrome/android/java_staging/res/values-sw600dp/dimens_staging.xml b/chrome/android/java_staging/res/values-sw600dp/dimens_staging.xml
new file mode 100644
index 0000000000000000000000000000000000000000..c5b4617f0e49e238ed37370e128802d4f7f1d623
--- /dev/null
+++ b/chrome/android/java_staging/res/values-sw600dp/dimens_staging.xml
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright 2015 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>
+ <!-- Tab Strip Dimensions -->
+ <dimen name="tab_strip_height">40dp</dimen>
+
+ <!-- Full Screen Dimensions -->
+ <dimen name="control_container_height">96dp</dimen>
+ <dimen name="hosted_control_container_height">64dp</dimen>
+
+ <!-- The combined height of the tab strip and toolbar. -->
+ <dimen name="tab_strip_and_toolbar_height">96dp</dimen>
+
+ <dimen name="location_bar_url_text_size">18sp</dimen>
+ <dimen name="location_bar_icon_width">40dp</dimen>
+
+ <!-- Bookmarks widget dimensions -->
+ <dimen name="widget_thumbnail_height">104dp</dimen>
+ <dimen name="widget_column_width">130dp</dimen>
+
+ <!-- NTP dimensions -->
+ <dimen name="most_visited_spacing">16dp</dimen>
+ <dimen name="ntp_logo_height">180dp</dimen>
+
+ <!-- Recent tabs page -->
+ <dimen name="recent_tabs_visible_separator_padding">28dp</dimen>
+
+ <!-- Omnibox suggestion list -->
+ <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen>
+ <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen>
+</resources>

Powered by Google App Engine
This is Rietveld 408576698