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

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

Issue 141853007: Update the AppBannerView appearance (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another update for tablets Created 6 years, 10 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 | Annotate | Revision Log
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 6
7 <resources> 7 <resources>
8 <!-- Menu Dimensions --> 8 <!-- Menu Dimensions -->
9 <!-- Necessary to align the menu with the bottom of the toolbar (the anchore d button does not 9 <!-- Necessary to align the menu with the bottom of the toolbar (the anchore d button does not
10 extend to the bottom of the toolbar). --> 10 extend to the bottom of the toolbar). -->
11 <dimen name="menu_vertical_offset">2dp</dimen> 11 <dimen name="menu_vertical_offset">2dp</dimen>
12
13 <!-- App banner dimensions -->
14 <dimen name="app_banner_icon_size">112dp</dimen>
15 <dimen name="app_banner_icon_margin_end">16dp</dimen>
16 <dimen name="app_banner_button_height">32dp</dimen>
17 <dimen name="app_banner_button_padding_sides">16dp</dimen>
18 <dimen name="app_banner_button_padding_above_below">8dp</dimen>
19 <dimen name="app_banner_text_margin_top">8dp</dimen>
20 <dimen name="app_banner_margin_bottom">8dp</dimen>
21 <dimen name="app_banner_logo_height">24dp</dimen>
22 <dimen name="app_banner_star_height">16dp</dimen>
23 </resources> 12 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698