summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
authorAngus Kong <shkong@google.com>2011-08-04 16:30:32 +0800
committerAngus Kong <shkong@google.com>2011-08-05 12:43:37 +0800
commita955261dd734524eb7d8e1af76c695122efc8aa7 (patch)
tree71bc8882e048cf01b0995aafbd69d96a9756f638 /res/values/styles.xml
parentd1cff41cd8ae0fc6e9df1050730bb5e47bd364af (diff)
downloadpackages_apps_LegacyCamera-a955261dd734524eb7d8e1af76c695122efc8aa7.zip
packages_apps_LegacyCamera-a955261dd734524eb7d8e1af76c695122efc8aa7.tar.gz
packages_apps_LegacyCamera-a955261dd734524eb7d8e1af76c695122efc8aa7.tar.bz2
Stop button added on panorama UI.
1. Individual layout XML file added for preview, capture and review stages. 2. Stop button added for capture stage. 3. Layout changed to comply UI spec more. bug:5031609 Change-Id: I152daafe8a1a9fcc12b3803f3f7a36875b425628
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 5cf57af..c205a69 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -121,4 +121,10 @@
<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>
+ <item name="android:layout_width">fill_parent</item>
+ <item name="android:layout_height">180dp</item>
+ </style>
</resources>