summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorCheng-Ru Lin <owenlin@google.com>2009-09-30 15:35:43 +0800
committerCheng-Ru Lin <owenlin@google.com>2009-10-01 05:33:30 +0800
commitabdd8a1c1f4bd5f471b62f2927399dc23a9bd33c (patch)
tree531a446217fd14a72768e7e65206637ca39a4253 /res/values/styles.xml
parentc90610f56293c93f4a7c7a67d8bbf0edb96bc57d (diff)
downloadpackages_apps_LegacyCamera-abdd8a1c1f4bd5f471b62f2927399dc23a9bd33c.zip
packages_apps_LegacyCamera-abdd8a1c1f4bd5f471b62f2927399dc23a9bd33c.tar.gz
packages_apps_LegacyCamera-abdd8a1c1f4bd5f471b62f2927399dc23a9bd33c.tar.bz2
Another candidate for on screen settings UI (opaque).
Make the background opaque and use slide from the whole screen (not just inside the view finder). Change-Id: I12b8485399553e2622c9917833dc9aca9d8ee59c
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index c6de7f7..ae5d16a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -82,4 +82,8 @@
parent="@android:style/Theme.Black.NoTitleBar.Fullscreen">
<item name="android:windowAnimationStyle">@style/NoEnterExitAnimation</item>
</style>
+ <style name="Animation_OnScreenMenu">
+ <item name="android:windowEnterAnimation">@anim/on_screen_menu_appear</item>
+ <item name="android:windowExitAnimation">@anim/on_screen_menu_disappear</item>
+ </style>
</resources>