1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file.
9 <!-- Certificate Viewer Dimensions -->
10 <dimen name="certificate_viewer_padding">20dp</dimen>
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 available
18 <dimen name="menu_vertical_fade_distance">15dp</dimen>
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>