1 <?xml version="1.0" encoding="utf-8"?> 2 <!-- 3 /* //device/apps/common/assets/res/any/dimens.xml 4 ** 5 ** Copyright 2011, 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="thumbnail_margin_top">32dp</dimen> 22 <dimen name="thumbnail_margin_right">32dp</dimen> 23 <dimen name="mode_switcher_margin_right">34dp</dimen> 24 <dimen name="mode_switcher_margin_bottom">50dp</dimen> 25 <dimen name="mode_switcher_inner_padding">15dp</dimen> 26 <dimen name="camera_switcher_margin_right">30dp</dimen> 27 <dimen name="camera_switcher_margin_bottom">56dp</dimen> 28 <dimen name="setting_row_height">54dp</dimen> 29 <dimen name="setting_item_text_size">21dp</dimen> 30 <dimen name="setting_knob_width">72dp</dimen> 31 <dimen name="setting_item_text_width">130dp</dimen> 32 <dimen name="setting_popup_window_width">410dp</dimen> 33 <dimen name="setting_item_list_margin">24dp</dimen> 34 <dimen name="popup_title_text_size">22dp</dimen> 35 <dimen name="popup_title_frame_min_height">64dp</dimen> 36 <dimen name="big_setting_popup_window_width">590dp</dimen> 37 <dimen name="setting_item_icon_width">35dp</dimen> 38 </resources> 39