diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2009-03-13 13:04:24 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-03-13 13:04:24 -0700 |
commit | 8d0dd0e2ee9a9f8d729ed96597102777cf14701f (patch) | |
tree | 4d422a9bea896fbc60f90c67582828dea9bc21f0 /res/values/colors.xml | |
parent | e3f4516c2154539cb5778ef061abf8a0ccf90a5e (diff) | |
download | LegacyCamera-8d0dd0e2ee9a9f8d729ed96597102777cf14701f.zip LegacyCamera-8d0dd0e2ee9a9f8d729ed96597102777cf14701f.tar.gz LegacyCamera-8d0dd0e2ee9a9f8d729ed96597102777cf14701f.tar.bz2 |
auto import from //branches/cupcake_rel/...@138607
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 d07f3b9..19d6e26 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -19,4 +19,6 @@ --> <resources> <color name="bubble_dark_background">#B2191919</color> + <color name="recording_time_elapsed_text">#FFFFFFFF</color> + <color name="recording_time_remaining_text">#FFFF0033</color> </resources> |