1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3/* 4* copyright (c) 2008 the android open source project 5* 6* licensed under the apache license, version 2.0 (the "license"); 7* you may not use this file except in compliance with the license. 8* you may obtain a copy of the license at 9* 10* http://www.apache.org/licenses/license-2.0 11* 12* unless required by applicable law or agreed to in writing, software 13* distributed under the license is distributed on an "as is" basis, 14* without warranties or conditions of any kind, either express or implied. 15* see the license for the specific language governing permissions and 16* limitations under the license. 17*/ 18--> 19 20<resources> 21 <dimen name="live_wallpaper_thumbnail_text_size">14dip</dimen> 22 <dimen name="live_wallpaper_thumbnail_text_offset">12dip</dimen> 23 <dimen name="live_wallpaper_thumbnail_width">75dip</dimen> 24 <dimen name="live_wallpaper_thumbnail_height">75dip</dimen> 25 26 <dimen name="screen_margin_sides">0dip</dimen> 27 28 <!-- Dimensions for the toolbar. --> 29 <dimen name="preview_toolbar_start_padding">0dp</dimen> 30 <dimen name="preview_toolbar_end_padding">12dp</dimen> 31 32 <!-- Dimensions for the gradient area. --> 33 <dimen name="preview_gradient_background_height">256dp</dimen> 34 35 <!-- Dimensions for the preview attribution pane. --> 36 <dimen name="preview_attribution_pane_collapsed_height">0dp</dimen> 37 <dimen name="preview_attribution_pane_horizontal_padding">24dp</dimen> 38 <dimen name="preview_attribution_pane_extra_spacer_height">16dp</dimen> 39 <dimen name="preview_attribution_pane_inner_spacer_height">14dp</dimen> 40 <dimen name="preview_attribution_pane_title_height">48dp</dimen> 41 <dimen name="preview_attribution_pane_author_height">24dp</dimen> 42 <dimen name="preview_attribution_pane_author_top_margin">0dp</dimen> 43 <dimen name="preview_attribution_pane_description_height">34dp</dimen> 44 <dimen name="preview_attribution_pane_button_bottom_margin">8dp</dimen> 45 <dimen name="preview_attribution_pane_button_height">48dp</dimen> 46 <dimen name="preview_attribution_pane_button_padding">16dp</dimen> 47 48 <!-- Dimensions for the ConstraintViewPager on preview activity. --> 49 <dimen name="preview_viewpager_round_radius">12dp</dimen> 50</resources> 51