summaryrefslogtreecommitdiffstats
path: root/res/values-land/dimensions.xml
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2011-09-19 11:09:39 +0800
committerChih-Chung Chang <chihchung@google.com>2011-09-20 12:18:21 +0800
commit710db7746bf13003f869a2ceef1943e8ac1aea20 (patch)
tree9b284f17f2346f74133e0f3d7b5a3afdb5fb2064 /res/values-land/dimensions.xml
parent27a7e7b36ed5a42a0983a922db4df30b8fd154af (diff)
downloadandroid_packages_apps_Snap-710db7746bf13003f869a2ceef1943e8ac1aea20.tar.gz
android_packages_apps_Snap-710db7746bf13003f869a2ceef1943e8ac1aea20.tar.bz2
android_packages_apps_Snap-710db7746bf13003f869a2ceef1943e8ac1aea20.zip
Fix 5299746: New UI layout, part 2.
- Replace various icons and add xhdpi/sw600dp-mdpi versions of them. - When user press on the thumbnails, show a color overlay on it. - For a wide (w/h > 2) picture, add panorama overlay on it. - Align photo count label position when there is no icon for it. - Adjust offline page layout. Change-Id: I327d25806e99843bfa05d3ca0e9be5a8f9375595
Diffstat (limited to 'res/values-land/dimensions.xml')
-rw-r--r--res/values-land/dimensions.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values-land/dimensions.xml b/res/values-land/dimensions.xml
new file mode 100644
index 000000000..b5c5ed341
--- /dev/null
+++ b/res/values-land/dimensions.xml
@@ -0,0 +1,19 @@
+<?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>
+ <!-- for manage cache bar -->
+ <dimen name="manage_cache_bottom_height">39dp</dimen>
+</resources>