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

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

Issue 1303213004: New illustrations for the Data Reduction Proxy promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 5 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
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
11 <!-- Tab title --> 11 <!-- Tab title -->
12 <dimen name="tab_title_favicon_start_padding">0dp</dimen> 12 <dimen name="tab_title_favicon_start_padding">0dp</dimen>
13 <dimen name="tab_title_favicon_end_padding">5dp</dimen> 13 <dimen name="tab_title_favicon_end_padding">5dp</dimen>
14 14
15 <!-- Compositor Tab Title Dimensions --> 15 <!-- Compositor Tab Title Dimensions -->
16 <dimen name="compositor_tab_title_bar_shadow_x_offset">0dp</dimen> 16 <dimen name="compositor_tab_title_bar_shadow_x_offset">0dp</dimen>
17 <dimen name="compositor_tab_title_bar_shadow_y_offset">0dp</dimen> 17 <dimen name="compositor_tab_title_bar_shadow_y_offset">0dp</dimen>
18 <dimen name="compositor_tab_title_bar_shadow_x_offset_incognito">0dp</dimen> 18 <dimen name="compositor_tab_title_bar_shadow_x_offset_incognito">0dp</dimen>
19 <dimen name="compositor_tab_title_bar_shadow_y_offset_incognito">0dp</dimen> 19 <dimen name="compositor_tab_title_bar_shadow_y_offset_incognito">0dp</dimen>
20 <!-- The size of the text for tab titles. --> 20 <!-- The size of the text for tab titles. -->
21 <dimen name="compositor_tab_title_text_size">14sp</dimen> 21 <dimen name="compositor_tab_title_text_size">14sp</dimen>
22 22
23 <!-- Data Saver --> 23 <!-- Data Saver -->
24 <dimen name="data_usage_chart_height">325dp</dimen> 24 <dimen name="data_usage_chart_height">325dp</dimen>
25 <dimen name="data_reduction_promo_screen_width">550dp</dimen> 25 <dimen name="data_reduction_promo_screen_width">382dp</dimen>
26 <dimen name="data_reduction_promo_screen_height">580dp</dimen> 26 <dimen name="data_reduction_promo_screen_height">466dp</dimen>
27 <dimen name="data_reduction_promo_illustration_margin_bottom">62dp</dimen>
27 28
28 <!-- Tab Strip Dimensions --> 29 <!-- Tab Strip Dimensions -->
29 <dimen name="tab_strip_height">40dp</dimen> 30 <dimen name="tab_strip_height">40dp</dimen>
30 31
31 <!-- Full Screen Dimensions --> 32 <!-- Full Screen Dimensions -->
32 <dimen name="control_container_height">96dp</dimen> 33 <dimen name="control_container_height">96dp</dimen>
33 <dimen name="custom_tabs_control_container_height">64dp</dimen> 34 <dimen name="custom_tabs_control_container_height">64dp</dimen>
34 35
35 <!-- The combined height of the tab strip and toolbar. --> 36 <!-- The combined height of the tab strip and toolbar. -->
36 <dimen name="tab_strip_and_toolbar_height">96dp</dimen> 37 <dimen name="tab_strip_and_toolbar_height">96dp</dimen>
37 38
38 <dimen name="location_bar_url_text_size">18sp</dimen> 39 <dimen name="location_bar_url_text_size">18sp</dimen>
39 <dimen name="location_bar_icon_width">40dp</dimen> 40 <dimen name="location_bar_icon_width">40dp</dimen>
40 41
41 <!-- Bookmarks widget dimensions --> 42 <!-- Bookmarks widget dimensions -->
42 <dimen name="widget_thumbnail_height">104dp</dimen> 43 <dimen name="widget_thumbnail_height">104dp</dimen>
43 <dimen name="widget_column_width">130dp</dimen> 44 <dimen name="widget_column_width">130dp</dimen>
44 45
45 <!-- NTP dimensions --> 46 <!-- NTP dimensions -->
46 <dimen name="most_visited_spacing">16dp</dimen> 47 <dimen name="most_visited_spacing">16dp</dimen>
47 <dimen name="ntp_logo_height">180dp</dimen> 48 <dimen name="ntp_logo_height">180dp</dimen>
48 49
49 <!-- Recent tabs page --> 50 <!-- Recent tabs page -->
50 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen> 51 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen>
51 52
52 <!-- Omnibox suggestion list --> 53 <!-- Omnibox suggestion list -->
53 <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen> 54 <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen>
54 <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen> 55 <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen>
55 </resources> 56 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/data_reduction_promo_screen.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698