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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. -->
5
6 <resources>
7 <!-- Tab Strip Dimensions -->
8 <dimen name="tab_strip_height">40dp</dimen>
9
10 <!-- Full Screen Dimensions -->
11 <dimen name="control_container_height">96dp</dimen>
12 <dimen name="hosted_control_container_height">64dp</dimen>
13
14 <!-- The combined height of the tab strip and toolbar. -->
15 <dimen name="tab_strip_and_toolbar_height">96dp</dimen>
16
17 <dimen name="location_bar_url_text_size">18sp</dimen>
18 <dimen name="location_bar_icon_width">40dp</dimen>
19
20 <!-- Bookmarks widget dimensions -->
21 <dimen name="widget_thumbnail_height">104dp</dimen>
22 <dimen name="widget_column_width">130dp</dimen>
23
24 <!-- NTP dimensions -->
25 <dimen name="most_visited_spacing">16dp</dimen>
26 <dimen name="ntp_logo_height">180dp</dimen>
27
28 <!-- Recent tabs page -->
29 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen>
30
31 <!-- Omnibox suggestion list -->
32 <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen>
33 <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen>
34 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698