| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2011 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="appwidget_width">240dp</dimen> |
| <dimen name="appwidget_height">200dp</dimen> |
| <dimen name="stack_photo_width">230dp</dimen> |
| <dimen name="stack_photo_height">190dp</dimen> |
| |
| <!-- configuration for album set page --> |
| <dimen name="albumset_display_item_size">144dp</dimen> |
| <dimen name="albumset_slot_width">220dp</dimen> |
| <dimen name="albumset_slot_height">220dp</dimen> |
| <dimen name="albumset_label_font_size">14dp</dimen> |
| <dimen name="albumset_label_offset_y">110dp</dimen> |
| |
| <!-- configuration for album page --> |
| <dimen name="album_display_item_size">176dp</dimen> |
| <dimen name="album_slot_width">192dp</dimen> |
| <dimen name="album_slot_height">192dp</dimen> |
| |
| <!-- configuration for manage page --> |
| <dimen name="cache_bar_height">48dp</dimen> |
| <dimen name="cache_bar_pin_left_margin">16dp</dimen> |
| <dimen name="cache_bar_pin_right_margin">8dp</dimen> |
| <dimen name="cache_bar_button_right_margin">8dp</dimen> |
| <dimen name="cache_bar_font_size">18dp</dimen> |
| </resources> |