diff options
author | Cheng-Ru Lin <owenlin@google.com> | 2009-09-30 15:35:43 +0800 |
---|---|---|
committer | Cheng-Ru Lin <owenlin@google.com> | 2009-10-01 05:33:30 +0800 |
commit | abdd8a1c1f4bd5f471b62f2927399dc23a9bd33c (patch) | |
tree | 531a446217fd14a72768e7e65206637ca39a4253 /res/values/styles.xml | |
parent | c90610f56293c93f4a7c7a67d8bbf0edb96bc57d (diff) | |
download | packages_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.xml | 4 |
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> |