diff options
author | Chung-yih Wang <cywang@google.com> | 2011-09-08 10:35:03 +0800 |
---|---|---|
committer | Chung-yih Wang <cywang@google.com> | 2011-09-13 13:52:00 +0800 |
commit | 20ff6a12d36dd928e6ccfb96aebf9f6481d15697 (patch) | |
tree | abe139af86ccb0c692c28db0a5a5350394a325e5 /res/values/colors.xml | |
parent | 667870ba798e39407db2dab5fd89d7b560c56ba2 (diff) | |
download | LegacyCamera-20ff6a12d36dd928e6ccfb96aebf9f6481d15697.zip LegacyCamera-20ff6a12d36dd928e6ccfb96aebf9f6481d15697.tar.gz LegacyCamera-20ff6a12d36dd928e6ccfb96aebf9f6481d15697.tar.bz2 |
Modify the Mode Picker to follow UI spec.
bug:5141384
bug:5141387
bug:5287560
+Follow the 'redlines' UI guidelines.
Change-Id: Ib46f4d45beb0e390933957727902d2d1f9e81211
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r-- | res/values/colors.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 75ff158..bccc96b 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -32,4 +32,6 @@ <color name="pano_progress_empty">#FF2E2E2E</color> <color name="pano_progress_done">#FF33525E</color> <color name="pano_progress_indication">#FF0099CC</color> + <color name="mode_selection_border">#33B5E5</color> + <color name="mode_picker_background">#33000000</color> </resources> |