summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDoris Liu <tianliu@google.com>2013-08-20 14:06:50 -0700
committerDoris Liu <tianliu@google.com>2013-08-20 14:06:50 -0700
commit23ac39ce4c6b7b5934d9f6604c8348dfb94bc243 (patch)
tree4a58f79f0aefe156931a6f6a5edc3532dc5fb27c /res
parent0819304bc06ffd3498d9fd0d8a148c50f0903c46 (diff)
downloadandroid_packages_apps_Snap-23ac39ce4c6b7b5934d9f6604c8348dfb94bc243.tar.gz
android_packages_apps_Snap-23ac39ce4c6b7b5934d9f6604c8348dfb94bc243.tar.bz2
android_packages_apps_Snap-23ac39ce4c6b7b5934d9f6604c8348dfb94bc243.zip
Make camera preview full screen
Bug: 10328123 Change-Id: I4a72b7d7d35dba7cceecd61db9879265617c511e
Diffstat (limited to 'res')
-rw-r--r--res/values/styles.xml36
1 files changed, 1 insertions, 35 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 50892329b..2fd7dbd24 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -15,46 +15,12 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
-<!-- <style name="Theme.GalleryBase" parent="android:Theme.Holo">
- <item name="listPreferredItemHeightSmall">48dp</item>
- <item name="switchStyle">@android:style/Widget.CompoundButton</item>
- </style>
- <style name="Theme.Gallery.Dialog" parent="android:Theme.Holo.Dialog"/>
- <style name="Theme.Gallery" parent="Theme.GalleryBase">
- <item name="android:displayOptions"></item>
- <item name="android:windowContentOverlay">@null</item>
- <item name="android:actionBarStyle">@style/Holo.ActionBar</item>
- <item name="android:windowBackground">@android:color/black</item>
- <item name="android:colorBackground">@null</item>
- <item name="android:colorBackgroundCacheHint">@null</item>
- </style>
- <style name="Theme.FilterShow" parent="Theme.Gallery">
- <item name="android:windowBackground">@color/background_screen</item>
- </style>
- <style name="Holo.ActionBar" parent="android:Widget.Holo.ActionBar">
- <item name="android:displayOptions">useLogo|showHome</item>
- <item name="android:background">@drawable/actionbar_translucent</item>
- <item name="android:backgroundStacked">@null</item>
- </style>
- <style name="MediaButton.Play" parent="@android:style/MediaButton.Play">
- <item name="android:background">@null</item>
- <item name="android:src">@drawable/icn_media_play</item>
- </style>
- <style name="DialogPickerTheme" parent="Theme.Gallery">
- </style>
- <bool name="picker_is_dialog">false</bool>
- <color name="darker_transparent">#C1000000</color>
- <style name="ActionBarTwoLinePrimary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Title"></style>
- <style name="ActionBarTwoLineSecondary" parent="@android:style/TextAppearance.Holo.Widget.ActionBar.Subtitle"></style>
- <style name="ActionBarTwoLineItem">
- <item name="android:background">@drawable/action_bar_two_line_background</item>
- </style> -->
-
<!-- Camera resources below -->
<style name="Theme.ProxyLauncher" parent="@android:Theme.Translucent.NoTitleBar">
</style>
<style name="Theme.Camera" parent="Theme.CameraBase">
+ <item name="android:windowFullscreen">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:windowTitleSize">0dp</item>
<item name="android:windowActionBarOverlay">true</item>