diff options
author | Angus Kong <shkong@google.com> | 2011-08-04 16:30:32 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-08-05 12:43:37 +0800 |
commit | a955261dd734524eb7d8e1af76c695122efc8aa7 (patch) | |
tree | 71bc8882e048cf01b0995aafbd69d96a9756f638 /res/values/styles.xml | |
parent | d1cff41cd8ae0fc6e9df1050730bb5e47bd364af (diff) | |
download | packages_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.xml | 6 |
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> |