summaryrefslogtreecommitdiffstats
path: root/res/values-xlarge
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2011-08-17 22:07:43 +0800
committerOwen Lin <owenlin@google.com>2011-08-18 13:33:50 +0800
commita85c80227a56f3b7f917464096cd33877093616f (patch)
tree79a46705c0fed9ac4bb66d94f905134b5a8bbdcb /res/values-xlarge
parenta053a3179cfee3d2bb666eff5f4f03a96b092e04 (diff)
downloadandroid_packages_apps_Snap-a85c80227a56f3b7f917464096cd33877093616f.tar.gz
android_packages_apps_Snap-a85c80227a56f3b7f917464096cd33877093616f.tar.bz2
android_packages_apps_Snap-a85c80227a56f3b7f917464096cd33877093616f.zip
Initial code for Gallery2.
fix: 5176434 Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
Diffstat (limited to 'res/values-xlarge')
-rw-r--r--res/values-xlarge/dimensions.xml40
-rw-r--r--res/values-xlarge/styles.xml21
2 files changed, 61 insertions, 0 deletions
diff --git a/res/values-xlarge/dimensions.xml b/res/values-xlarge/dimensions.xml
new file mode 100644
index 000000000..4ead09c71
--- /dev/null
+++ b/res/values-xlarge/dimensions.xml
@@ -0,0 +1,40 @@
+<?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>
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
new file mode 100644
index 000000000..494fd9cc6
--- /dev/null
+++ b/res/values-xlarge/styles.xml
@@ -0,0 +1,21 @@
+<?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 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <style name="Theme.Gallery" parent="android:Theme.Holo">
+ <item name="android:displayOptions"></item>
+ <item name="android:actionBarStyle">@style/Holo.ActionBar</item>
+ </style>
+</resources>