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

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

Issue 62203014: Move WindowOpenDisposition.template to ui/base/android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ui.gyp Created 7 years, 1 month 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 2013 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2013 The Chromium Authors. All rights reserved.
3 3
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <resources> 7 <resources>
8 8
9 <!-- 9 <!--
10 14.5 = Seekbar thumb width - border width, but it depends on the width 10 14.5 = Seekbar thumb width - border width, but it depends on the width
(...skipping 11 matching lines...) Expand all
22 <!-- Margin between items in an InfoBar. --> 22 <!-- Margin between items in an InfoBar. -->
23 <dimen name="infobar_margin">10dp</dimen> 23 <dimen name="infobar_margin">10dp</dimen>
24 <!-- Left/right padding for infobar button text. --> 24 <!-- Left/right padding for infobar button text. -->
25 <dimen name="infobar_button_horizontal_padding">30dp</dimen> 25 <dimen name="infobar_button_horizontal_padding">30dp</dimen>
26 <!-- Minimum height for a touch target. --> 26 <!-- Minimum height for a touch target. -->
27 <dimen name="infobar_touch_target_height">40dp</dimen> 27 <dimen name="infobar_touch_target_height">40dp</dimen>
28 <!-- Dimension (height or width) of the InfoBar icon. --> 28 <!-- Dimension (height or width) of the InfoBar icon. -->
29 <dimen name="infobar_icon_size">31dp</dimen> 29 <dimen name="infobar_icon_size">31dp</dimen>
30 30
31 </resources> 31 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698