diff options
author | Angus Kong <shkong@google.com> | 2011-09-09 04:49:54 +0800 |
---|---|---|
committer | Angus Kong <shkong@google.com> | 2011-09-09 04:49:54 +0800 |
commit | 968f529f508b9e9276e2249274f03f9c25f88c66 (patch) | |
tree | 3d0337778aafb4ef4a7878c80c058880fdf9a6b4 /res/values/styles.xml | |
parent | 34bf50c8685b7bb72b575d61f755e2b6df34dde9 (diff) | |
download | packages_apps_LegacyCamera-968f529f508b9e9276e2249274f03f9c25f88c66.zip packages_apps_LegacyCamera-968f529f508b9e9276e2249274f03f9c25f88c66.tar.gz packages_apps_LegacyCamera-968f529f508b9e9276e2249274f03f9c25f88c66.tar.bz2 |
Adjust the top/bottom bar color.
Change-Id: Id128fb2f3d71e58945c095db02e701ffcb8dc03b
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 9e2046b..78e7ba6 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -149,8 +149,8 @@ <item name="android:background">@drawable/bg_text_on_preview</item> </style> <style name="PanoViewHorizontalGrayBar"> - <item name="android:background">#444444</item> - <item name="android:alpha">0.5</item> + <item name="android:background">#000000</item> + <item name="android:alpha">1.0</item> <item name="android:layout_width">match_parent</item> <item name="android:layout_height">0dp</item> <item name="android:layout_weight">0.5</item> |