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

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

Issue 1343433002: Add landscape specs for Data Reduction Proxy promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and add dynamic maxHeight 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 <!-- Connection info popup dimensions --> 7 <!-- Connection info popup dimensions -->
8 <dimen name="connection_info_padding_wide">24dp</dimen> 8 <dimen name="connection_info_padding_wide">24dp</dimen>
9 <dimen name="connection_info_padding_thin">16dp</dimen> 9 <dimen name="connection_info_padding_thin">16dp</dimen>
10 10
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 <!-- Preferences dimensions --> 85 <!-- Preferences dimensions -->
86 <dimen name="pref_autofill_field_horizontal_padding">3dp</dimen> 86 <dimen name="pref_autofill_field_horizontal_padding">3dp</dimen>
87 <dimen name="pref_autofill_field_top_padding">10dp</dimen> 87 <dimen name="pref_autofill_field_top_padding">10dp</dimen>
88 88
89 <!-- Minimum height/width for a touchable item --> 89 <!-- Minimum height/width for a touchable item -->
90 <dimen name="min_touch_target_size">48dp</dimen> 90 <dimen name="min_touch_target_size">48dp</dimen>
91 91
92 <!-- Data Saver --> 92 <!-- Data Saver -->
93 <dimen name="data_usage_chart_height">252dp</dimen> 93 <dimen name="data_usage_chart_height">252dp</dimen>
94 <dimen name="data_reduction_promo_screen_width">330dp</dimen> 94 <dimen name="data_reduction_promo_screen_width">330dp</dimen>
95 <dimen name="data_reduction_promo_screen_height">550dp</dimen> 95 <dimen name="data_reduction_promo_screen_width_horizontal">500dp</dimen>
96 <dimen name="data_reduction_promo_title_text_size">20sp</dimen> 96 <dimen name="data_reduction_promo_title_text_size">20sp</dimen>
97 <dimen name="data_reduction_promo_normal_text_size">14sp</dimen> 97 <dimen name="data_reduction_promo_normal_text_size">14sp</dimen>
98 <dimen name="data_reduction_promo_button_text_size">13sp</dimen> 98 <dimen name="data_reduction_promo_button_text_size">13sp</dimen>
99 <dimen name="data_reduction_promo_illustration_margin_bottom">30dp</dimen> 99 <dimen name="data_reduction_promo_illustration_margin_bottom">30dp</dimen>
100 100
101 <!-- Text bubble dimensions --> 101 <!-- Text bubble dimensions -->
102 <!-- Tooltip min distance from the edge of the screen. --> 102 <!-- Tooltip min distance from the edge of the screen. -->
103 <dimen name="tooltip_min_edge_margin">3dp</dimen> 103 <dimen name="tooltip_min_edge_margin">3dp</dimen>
104 <!-- Tooltip margin above click target. --> 104 <!-- Tooltip margin above click target. -->
105 <dimen name="tooltip_top_margin">2dp</dimen> 105 <dimen name="tooltip_top_margin">2dp</dimen>
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 <dimen name="default_favicon_size">16dp</dimen> 293 <dimen name="default_favicon_size">16dp</dimen>
294 294
295 <!-- Media UI dimensions --> 295 <!-- Media UI dimensions -->
296 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the 296 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the
297 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. --> 297 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. -->
298 <dimen name="media_session_icon_size">48dp</dimen> 298 <dimen name="media_session_icon_size">48dp</dimen>
299 299
300 <!-- Offline pages dimensions --> 300 <!-- Offline pages dimensions -->
301 <dimen name="offline_page_item_vertical_spacing">40dp</dimen> 301 <dimen name="offline_page_item_vertical_spacing">40dp</dimen>
302 </resources> 302 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698