You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.2 KiB
51 lines
2.2 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
/*
|
|
* copyright (c) 2008 the android open source project
|
|
*
|
|
* licensed under the apache license, version 2.0 (the "license");
|
|
* you may not use this file except in compliance with the license.
|
|
* you may obtain a copy of the license at
|
|
*
|
|
* http://www.apache.org/licenses/license-2.0
|
|
*
|
|
* unless required by applicable law or agreed to in writing, software
|
|
* distributed under the license is distributed on an "as is" basis,
|
|
* without warranties or conditions of any kind, either express or implied.
|
|
* see the license for the specific language governing permissions and
|
|
* limitations under the license.
|
|
*/
|
|
-->
|
|
|
|
<resources>
|
|
<dimen name="live_wallpaper_thumbnail_text_size">14dip</dimen>
|
|
<dimen name="live_wallpaper_thumbnail_text_offset">12dip</dimen>
|
|
<dimen name="live_wallpaper_thumbnail_width">75dip</dimen>
|
|
<dimen name="live_wallpaper_thumbnail_height">75dip</dimen>
|
|
|
|
<dimen name="screen_margin_sides">0dip</dimen>
|
|
|
|
<!-- Dimensions for the toolbar. -->
|
|
<dimen name="preview_toolbar_start_padding">0dp</dimen>
|
|
<dimen name="preview_toolbar_end_padding">12dp</dimen>
|
|
|
|
<!-- Dimensions for the gradient area. -->
|
|
<dimen name="preview_gradient_background_height">256dp</dimen>
|
|
|
|
<!-- Dimensions for the preview attribution pane. -->
|
|
<dimen name="preview_attribution_pane_collapsed_height">0dp</dimen>
|
|
<dimen name="preview_attribution_pane_horizontal_padding">24dp</dimen>
|
|
<dimen name="preview_attribution_pane_extra_spacer_height">16dp</dimen>
|
|
<dimen name="preview_attribution_pane_inner_spacer_height">14dp</dimen>
|
|
<dimen name="preview_attribution_pane_title_height">48dp</dimen>
|
|
<dimen name="preview_attribution_pane_author_height">24dp</dimen>
|
|
<dimen name="preview_attribution_pane_author_top_margin">0dp</dimen>
|
|
<dimen name="preview_attribution_pane_description_height">34dp</dimen>
|
|
<dimen name="preview_attribution_pane_button_bottom_margin">8dp</dimen>
|
|
<dimen name="preview_attribution_pane_button_height">48dp</dimen>
|
|
<dimen name="preview_attribution_pane_button_padding">16dp</dimen>
|
|
|
|
<!-- Dimensions for the ConstraintViewPager on preview activity. -->
|
|
<dimen name="preview_viewpager_round_radius">12dp</dimen>
|
|
</resources>
|