diff options
author | Chung-yih Wang <cywang@google.com> | 2011-08-29 11:43:53 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-08-31 12:59:00 +0800 |
commit | d2202f9677fcc5f3f2b3e950c35aefe80da14a8a (patch) | |
tree | 0007e298368faedaf36c29bf39253672739ed3ad /res/values | |
parent | 50f36b9eaa0e177cf220737e322576437f051da3 (diff) | |
download | LegacyCamera-d2202f9677fcc5f3f2b3e950c35aefe80da14a8a.zip LegacyCamera-d2202f9677fcc5f3f2b3e950c35aefe80da14a8a.tar.gz LegacyCamera-d2202f9677fcc5f3f2b3e950c35aefe80da14a8a.tar.bz2 |
Add ZoomIndexBar for phone UI.
bug:5083780
The zoom index should be displayed in another bar to the left of the
zoom control bar.
Change-Id: I272675be22d4233c5b0b08fa24bfe05394ca021e
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 2ef40b4..a0bbf7f 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -27,4 +27,5 @@ <color name="dark_gray">#151515</color> <color name="share_popup_background">#B0000000</color> <color name="share_icon_background">#40000000</color> + <color name="indicator_background">#40000000</color> </resources> |