summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWu-cheng Li <wuchengli@google.com>2011-08-24 03:03:15 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-24 03:03:15 -0700
commit2a0d096719984d75d5733a1dbac177a73e2e2452 (patch)
tree47e859f838021826457c38ba2a50e5fc3f5da100 /res/values
parent12e13fbaa57ea1bd187b333887c7e91fa52a3511 (diff)
parenta321cfdb0803653ba895485f87493290273f26d2 (diff)
downloadLegacyCamera-2a0d096719984d75d5733a1dbac177a73e2e2452.zip
LegacyCamera-2a0d096719984d75d5733a1dbac177a73e2e2452.tar.gz
LegacyCamera-2a0d096719984d75d5733a1dbac177a73e2e2452.tar.bz2
Merge "Dim the background and change the animation of the share popup."
Diffstat (limited to 'res/values')
-rw-r--r--res/values/colors.xml1
-rw-r--r--res/values/styles.xml4
2 files changed, 1 insertions, 4 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 96d269f..f803fba 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -25,4 +25,5 @@
<color name="icon_disabled_color">#DD777777</color>
<color name="time_lapse_arc">#FFC5C5C5</color>
<color name="dark_gray">#151515</color>
+ <color name="dim_background">#80000000</color>
</resources>
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>