blob: 0b2defbbc95528fe2c44acee5c33bd0c18319a43 [file] [log] [blame]
Owen Linf9a0a432011-08-17 22:07:43 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2011 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<resources>
17 <dimen name="appwidget_width">240dp</dimen>
Owen Lin5da31f82011-09-13 20:48:13 +080018 <dimen name="appwidget_height">240dp</dimen>
19 <dimen name="stack_photo_width">220dp</dimen>
20 <dimen name="stack_photo_height">165dp</dimen>
Owen Linf9a0a432011-08-17 22:07:43 +080021
22 <!-- configuration for album set page -->
Chih-Chung Chang92016792011-09-14 20:50:28 +080023 <integer name="albumset_rows_land">3</integer>
24 <integer name="albumset_rows_port">5</integer>
25 <dimen name="albumset_slot_gap">1dp</dimen>
Owen Linf9a0a432011-08-17 22:07:43 +080026
27 <!-- configuration for album page -->
Chih-Chung Chang92016792011-09-14 20:50:28 +080028 <integer name="album_rows_land">3</integer>
29 <integer name="album_rows_port">5</integer>
30 <dimen name="album_slot_gap">1dp</dimen>
Owen Linf9a0a432011-08-17 22:07:43 +080031</resources>