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

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

Issue 79573003: Upstreaming AppMenu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Actually add tvdpi Created 7 years 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 (c) 2012 The Chromium Authors. All rights reserved. 2 <!-- Copyright (c) 2012 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 7
8 <resources> 8 <resources>
9 <!-- Certificate Viewer Dimensions --> 9 <!-- Certificate Viewer Dimensions -->
10 <dimen name="certificate_viewer_padding">20dp</dimen> 10 <dimen name="certificate_viewer_padding">20dp</dimen>
11
12 <!-- Custom Menu dimensions -->
13 <dimen name="menu_item_divider_width">1px</dimen>
14 <dimen name="menu_width">257dp</dimen>
15 <dimen name="menu_vertical_offset">0px</dimen>
16 <!-- The amount to fade the edges of the menu to indicate more content is av ailable
17 via scrolling. -->
18 <dimen name="menu_vertical_fade_distance">15dp</dimen>
19
20 <!-- Menu button dragging related dimensions -->
21 <dimen name="auto_scroll_full_velocity">500dp</dimen>
22 <dimen name="edge_swipe_in_slop">25dp</dimen>
23 <dimen name="edge_swipe_in_additional_slop">50dp</dimen>
24 <dimen name="edge_swipe_out_slop">18dp</dimen>
11 </resources> 25 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values-xhdpi/dimens.xml ('k') | chrome/android/java/res/values/values.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698