dimens.xml revision c89a0eb7b1f0cd5cd45de8fd08ff051f6f74f382
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_icon_length">36dp</dimen>
23    <dimen name="share_item_width">54dp</dimen>
24    <dimen name="share_item_height">60dp</dimen>
25    <dimen name="pano_control_layout_min_width">76dp</dimen>
26    <dimen name="pano_control_start_button_size">70dp</dimen>
27    <dimen name="pano_mosaic_surface_width">640dp</dimen>
28    <dimen name="pano_mosaic_surface_height">240dp</dimen>
29    <dimen name="pano_gray_bar_height">80dp</dimen>
30    <dimen name="pano_capture_stop_button_width">70dp</dimen>
31    <dimen name="pano_capture_stop_button_height">70dp</dimen>
32    <dimen name="pano_review_button_width">70dp</dimen>
33    <dimen name="pano_review_button_height">70dp</dimen>
34    <dimen name="pano_capture_too_fast_text_height">70dp</dimen>
35    <dimen name="pano_indication_width">150dp</dimen>
36    <dimen name="pano_indication_height">75dp</dimen>
37</resources>
38