diff options
author | Hung-ying Tyan <tyanh@google.com> | 2010-12-09 20:20:27 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2010-12-10 16:47:32 +0800 |
commit | 373d10b91c8e736275a0bc52e247598eec0b3cea (patch) | |
tree | 4a0212cbe430636ea52c8ad4d18cfd49be970337 /res/values | |
parent | 9bbd157589ef9ee4a525bc8bc49586c8ba45b3ae (diff) | |
download | packages_apps_LegacyCamera-373d10b91c8e736275a0bc52e247598eec0b3cea.zip packages_apps_LegacyCamera-373d10b91c8e736275a0bc52e247598eec0b3cea.tar.gz packages_apps_LegacyCamera-373d10b91c8e736275a0bc52e247598eec0b3cea.tar.bz2 |
Implement photo/video picker mode using holo controls
Bug: 3253016
Change-Id: I0f851f2840cf1303c06921549028dcbf73d53b61
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/colors.xml | 1 | ||||
-rw-r--r-- | res/values/strings.xml | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 1306c47..530cab7 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -22,4 +22,5 @@ <color name="recording_time_remaining_text">#FFFF0033</color> <color name="zoom_picker_btn_pressed">#FFFFAD00</color> <color name="on_viewfinder_label_background_color">#77333333</color> + <color name="review_control_pressed_color">#FF6899FF</color> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 6800f29..8102bc3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -82,16 +82,16 @@ <string name="confirm_restore_message">Camera settings will be restored to defaults.</string> <!-- button in review mode indicating that the video just taken should be played --> - <string name="review_play">PLAY</string> + <string name="review_play">Play</string> <!-- button in review mode indicating that the video recording session should be canceled --> - <string name="review_cancel">CANCEL</string> + <string name="review_cancel">Cancel</string> <!-- button in review mode indicating that the taken video is OK to be attached/uploaded --> - <string name="review_ok">OK</string> + <string name="review_ok">Ok</string> <!-- button in review mode indicate the user want to retake another picture for attachment --> - <string name="review_retake">RETAKE</string> + <string name="review_retake">Retake</string> <!-- button indicating that the picture just taken should be deleted --> |