summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2010-11-11 12:10:24 +0800
committerWu-cheng Li <wuchengli@google.com>2010-11-11 12:15:29 +0800
commit4f5c8b932b7a115fa3ff541d72824b11d789f7b3 (patch)
tree9cb7dc3c8e5fab127c572c0724f872e3852bcdd5
parentf63366e6305e75ae289aaac20b397a3e9633d9df (diff)
downloadLegacyCamera-4f5c8b932b7a115fa3ff541d72824b11d789f7b3.zip
LegacyCamera-4f5c8b932b7a115fa3ff541d72824b11d789f7b3.tar.gz
LegacyCamera-4f5c8b932b7a115fa3ff541d72824b11d789f7b3.tar.bz2
Do not enter lights out mode on xlarge devices.
Fullscreen = lights out mode bug:3183063 Change-Id: I910ca61b99d904f7b2842325909593df3aa285f4
-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>