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

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

Issue 1310223002: webapps: initial addition of splash screen icon downloading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webapps-database-exp
Patch Set: Rebase on registry patch and add register call 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 <dimen name="find_result_bar_result_min_height">8px</dimen> 187 <dimen name="find_result_bar_result_min_height">8px</dimen>
188 <dimen name="find_result_bar_active_min_height">16px</dimen> 188 <dimen name="find_result_bar_active_min_height">16px</dimen>
189 <dimen name="find_result_bar_vertical_padding">8px</dimen> 189 <dimen name="find_result_bar_vertical_padding">8px</dimen>
190 <dimen name="find_result_bar_min_gap_between_stacks">3px</dimen> 190 <dimen name="find_result_bar_min_gap_between_stacks">3px</dimen>
191 <dimen name="find_result_bar_stacked_result_height">3px</dimen> 191 <dimen name="find_result_bar_stacked_result_height">3px</dimen>
192 <dimen name="find_in_page_separator_width">1dp</dimen> 192 <dimen name="find_in_page_separator_width">1dp</dimen>
193 <dimen name="find_in_page_popup_width">375dp</dimen> 193 <dimen name="find_in_page_popup_width">375dp</dimen>
194 <dimen name="find_in_page_popup_height">60dp</dimen> 194 <dimen name="find_in_page_popup_height">60dp</dimen>
195 <dimen name="find_in_page_popup_margin_end">62dp</dimen> 195 <dimen name="find_in_page_popup_margin_end">62dp</dimen>
196 196
197 <!-- Web app dimensions -->
198 <dimen name="webapp_splash_image_size">128dp</dimen>
199
197 <!-- Toolbar dimensions --> 200 <!-- Toolbar dimensions -->
198 <dimen name="toolbar_tab_count_text_size_1_digit">12dp</dimen> 201 <dimen name="toolbar_tab_count_text_size_1_digit">12dp</dimen>
199 <dimen name="toolbar_tab_count_text_size_2_digit">10dp</dimen> 202 <dimen name="toolbar_tab_count_text_size_2_digit">10dp</dimen>
200 <dimen name="toolbar_height_no_shadow">56dp</dimen> 203 <dimen name="toolbar_height_no_shadow">56dp</dimen>
201 204
202 <dimen name="location_bar_margin_top">5dp</dimen> 205 <dimen name="location_bar_margin_top">5dp</dimen>
203 <dimen name="location_bar_margin_bottom">5dp</dimen> 206 <dimen name="location_bar_margin_bottom">5dp</dimen>
204 207
205 <dimen name="toolbar_edge_padding">8dp</dimen> 208 <dimen name="toolbar_edge_padding">8dp</dimen>
206 <dimen name="location_bar_url_text_size">17sp</dimen> 209 <dimen name="location_bar_url_text_size">17sp</dimen>
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 <dimen name="menu_footer_height">28dp</dimen> 291 <dimen name="menu_footer_height">28dp</dimen>
289 292
290 <!-- Favicon dimensions --> 293 <!-- Favicon dimensions -->
291 <dimen name="default_favicon_size">16dp</dimen> 294 <dimen name="default_favicon_size">16dp</dimen>
292 295
293 <!-- Media UI dimensions --> 296 <!-- Media UI dimensions -->
294 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the 297 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the
295 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. --> 298 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. -->
296 <dimen name="media_session_icon_size">48dp</dimen> 299 <dimen name="media_session_icon_size">48dp</dimen>
297 </resources> 300 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698