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

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

Issue 2345673002: [NewTabPage] Refine fakebox scrolling transition on tablets. (Closed)
Patch Set: Adjust start distance. Created 4 years, 3 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
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <resources> 6 <resources>
7 <!-- Menu Dimensions --> 7 <!-- Menu Dimensions -->
8 <!-- Necessary to align the menu icon with the actual button. --> 8 <!-- Necessary to align the menu icon with the actual button. -->
9 <dimen name="menu_negative_software_vertical_offset">6dp</dimen> 9 <dimen name="menu_negative_software_vertical_offset">6dp</dimen>
10 10
(...skipping 16 matching lines...) Expand all
27 <dimen name="control_container_height">96dp</dimen> 27 <dimen name="control_container_height">96dp</dimen>
28 <dimen name="custom_tabs_control_container_height">64dp</dimen> 28 <dimen name="custom_tabs_control_container_height">64dp</dimen>
29 29
30 <!-- The combined height of the tab strip and toolbar. --> 30 <!-- The combined height of the tab strip and toolbar. -->
31 <dimen name="tab_strip_and_toolbar_height">96dp</dimen> 31 <dimen name="tab_strip_and_toolbar_height">96dp</dimen>
32 32
33 <dimen name="location_bar_icon_width">40dp</dimen> 33 <dimen name="location_bar_icon_width">40dp</dimen>
34 34
35 <!-- NTP dimensions --> 35 <!-- NTP dimensions -->
36 <dimen name="ntp_logo_height">180dp</dimen> 36 <dimen name="ntp_logo_height">180dp</dimen>
37 <dimen name="ntp_search_box_transition_length">60dp</dimen>
37 38
38 <!-- Recent tabs page --> 39 <!-- Recent tabs page -->
39 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen> 40 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen>
40 41
41 <!-- Omnibox suggestion list --> 42 <!-- Omnibox suggestion list -->
42 <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen> 43 <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen>
43 <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen> 44 <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen>
44 45
45 <!-- Web app dimensions --> 46 <!-- Web app dimensions -->
46 <dimen name="webapp_splash_offset">48dp</dimen> 47 <dimen name="webapp_splash_offset">48dp</dimen>
47 <dimen name="webapp_splash_large_title_margin_bottom">8dp</dimen> 48 <dimen name="webapp_splash_large_title_margin_bottom">8dp</dimen>
48 49
49 <!-- Payments UI --> 50 <!-- Payments UI -->
50 <dimen name="payments_ui_max_dialog_width">600dp</dimen> 51 <dimen name="payments_ui_max_dialog_width">600dp</dimen>
51 </resources> 52 </resources>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698