summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-08-24 17:44:00 +0800
committerWu-cheng Li <wuchengli@google.com>2011-08-24 17:53:52 +0800
commita321cfdb0803653ba895485f87493290273f26d2 (patch)
treee1d1e57e0c2fb2fa7badfeb245931f7f5f830d55 /res/values/styles.xml
parentd480002ccad05cf992c628c72884091c36cc654c (diff)
downloadpackages_apps_LegacyCamera-a321cfdb0803653ba895485f87493290273f26d2.zip
packages_apps_LegacyCamera-a321cfdb0803653ba895485f87493290273f26d2.tar.gz
packages_apps_LegacyCamera-a321cfdb0803653ba895485f87493290273f26d2.tar.bz2
Dim the background and change the animation of the share popup.
bug:5157438 Change-Id: I177678959698af3c2f6a6236101e0ced6d5b868d
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 80d1a56..fdb09dd 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -119,10 +119,6 @@
<item name="android:textSize">16dp</item>
<item name="android:background">@drawable/bg_text_on_preview</item>
</style>
- <style name="AnimationPopup" parent="android:Animation">
- <item name="android:windowEnterAnimation">@anim/grow_fade_in_from_top_right</item>
- <item name="android:windowExitAnimation">@anim/shrink_fade_out_from_top_right</item>
- </style>
<style name="PanoViewHorizontalGrayBar">
<item name="android:background">#444444</item>
<item name="android:alpha">0.5</item>