summaryrefslogtreecommitdiffstats
path: root/res/values/themes.xml
diff options
context:
space:
mode:
authorAndrew Sapperstein <asapperstein@google.com>2012-05-23 17:52:01 -0700
committerAndrew Sapperstein <asapperstein@google.com>2012-05-24 10:26:01 -0700
commitf62c05bac7291de4bc738fb3284b4b821dfc5052 (patch)
tree23fbd545eaae292c611a4dcc6aacbd68d6c19d22 /res/values/themes.xml
parent7dd054e39986de84a213c56a3c11ac94731402e6 (diff)
downloadandroid_packages_apps_UnifiedEmail-f62c05bac7291de4bc738fb3284b4b821dfc5052.tar.gz
android_packages_apps_UnifiedEmail-f62c05bac7291de4bc738fb3284b4b821dfc5052.tar.bz2
android_packages_apps_UnifiedEmail-f62c05bac7291de4bc738fb3284b4b821dfc5052.zip
First commit of the native photo viewer.
It compiles but you can't actually get to it yet. I figured that at some point, this big commit would have to happen so I'm just doing it now. Change-Id: I0a7675545ee7708a5eff2e60708f84b151a87114
Diffstat (limited to 'res/values/themes.xml')
-rw-r--r--res/values/themes.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/res/values/themes.xml b/res/values/themes.xml
new file mode 100644
index 000000000..b62c7142f
--- /dev/null
+++ b/res/values/themes.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2011 Google Inc.
+ Licensed to 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>
+ <style name="PhotoViewTheme" parent="android:Theme.Holo">
+ <item name="android:windowNoTitle">false</item>
+ <item name="android:windowContentOverlay">@null</item>
+ <item name="android:windowBackground">@drawable/photo_view_background</item>
+ </style>
+</resources>