summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-11-10 20:19:26 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-11-10 20:19:26 -0800
commite233bf840d71dcd93f23efda7162ba2daace8700 (patch)
tree17ece7f6a5dbd24bf0335fd18992904072b52712
parentce93a9760f5f65f39eafb02dce0093878873832d (diff)
parent4f5c8b932b7a115fa3ff541d72824b11d789f7b3 (diff)
downloadLegacyCamera-e233bf840d71dcd93f23efda7162ba2daace8700.zip
LegacyCamera-e233bf840d71dcd93f23efda7162ba2daace8700.tar.gz
LegacyCamera-e233bf840d71dcd93f23efda7162ba2daace8700.tar.bz2
Merge "Do not enter lights out mode on xlarge devices."
-rw-r--r--res/values-xlarge/styles.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/values-xlarge/styles.xml b/res/values-xlarge/styles.xml
new file mode 100644
index 0000000..60b1bdd
--- /dev/null
+++ b/res/values-xlarge/styles.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2010 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:android="http://schemas.android.com/apk/res/android">
+ <style name="ThemeCamera" parent="android:Theme.Black.NoTitleBar">
+ <item name="android:windowBackground">@drawable/bg_camera_pattern</item>
+ </style>
+</resources>