dimens.xml revision bdf289a302083ec5a7a2201e1e78a8ae4641f8b0
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/apps/common/assets/res/any/dimens.xml
4**
5** Copyright 2009, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11**     http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<resources>
21    <dimen name="hint_y_offset">64dp</dimen>
22    <dimen name="share_image_max_width_landscape">320dp</dimen>
23    <dimen name="share_image_max_height_landscape">240dp</dimen>
24    <dimen name="share_image_max_width_portrait">240dp</dimen>
25    <dimen name="share_image_max_height_portrait">240dp</dimen>
26    <dimen name="share_list_width_landscape">180dp</dimen>
27    <dimen name="pano_control_layout_min_width">76dp</dimen>
28    <dimen name="pano_control_start_button_size">70dp</dimen>
29    <dimen name="pano_mosaic_surface_width">640dp</dimen>
30    <dimen name="pano_mosaic_surface_height">240dp</dimen>
31    <dimen name="pano_gray_bar_height">80dp</dimen>
32    <dimen name="pano_capture_stop_button_width">70dp</dimen>
33    <dimen name="pano_capture_stop_button_height">70dp</dimen>
34    <dimen name="pano_review_button_width">70dp</dimen>
35    <dimen name="pano_review_button_height">70dp</dimen>
36    <dimen name="pano_capture_too_fast_text_height">70dp</dimen>
37</resources>
38