| <?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">180dp</dimen> |
| <dimen name="appwidget_height">180dp</dimen> |
| <dimen name="stack_photo_width">160dp</dimen> |
| <dimen name="stack_photo_height">120dp</dimen> |
| |
| <!-- configuration for album set page --> |
| <integer name="albumset_rows_land">2</integer> |
| <integer name="albumset_rows_port">4</integer> |
| <dimen name="albumset_slot_gap">1dp</dimen> |
| |
| <dimen name="albumset_label_background_height">40dp</dimen> |
| <dimen name="albumset_title_offset">3dp</dimen> |
| <dimen name="albumset_count_offset">4dp</dimen> |
| <dimen name="albumset_title_font_size">14sp</dimen> |
| <dimen name="albumset_count_font_size">12sp</dimen> |
| <dimen name="albumset_left_margin">6dp</dimen> |
| <dimen name="albumset_icon_size">25dp</dimen> |
| |
| <!-- configuration for album page --> |
| <integer name="album_rows_land">2</integer> |
| <integer name="album_rows_port">4</integer> |
| <dimen name="album_slot_gap">1dp</dimen> |
| |
| <!-- configuration for manage page --> |
| <dimen name="cache_pin_size">24dp</dimen> |
| <dimen name="cache_pin_margin">8dp</dimen> |
| |
| <!-- for manage cache bar --> |
| <dimen name="manage_cache_bottom_height">48dp</dimen> |
| </resources> |