diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-08-18 15:51:08 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-08-18 15:53:23 +0800 |
commit | b56b2387b0f8d92a84e90639701fdaebab68dda2 (patch) | |
tree | 1cad21d034205a754f92b199335822ea1a46d678 /res/values | |
parent | c852ce9bee37362da5e9f33548daae9bcee8db70 (diff) | |
download | packages_apps_LegacyCamera-b56b2387b0f8d92a84e90639701fdaebab68dda2.zip packages_apps_LegacyCamera-b56b2387b0f8d92a84e90639701fdaebab68dda2.tar.gz packages_apps_LegacyCamera-b56b2387b0f8d92a84e90639701fdaebab68dda2.tar.bz2 |
Update new flash assets.
bug:5024054
Change-Id: I29d3101ea25a659bf591a03a93ce1ad6abfc8b79
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/arrays.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index ff4ab07..97afc9e 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -124,15 +124,15 @@ </string-array> <array name="camera_flashmode_icons" translatable="false"> - <item>@drawable/ic_menuselect_flash_auto</item> - <item>@drawable/ic_menuselect_flash_on</item> - <item>@drawable/ic_menuselect_flash_off</item> + <item>@drawable/ic_flash_auto_holo_light</item> + <item>@drawable/ic_flash_on_holo_light</item> + <item>@drawable/ic_flash_off_holo_light</item> </array> <array name="camera_flashmode_largeicons" translatable="false"> - <item>@drawable/ic_viewfinder_flash_auto</item> - <item>@drawable/ic_viewfinder_flash_on</item> - <item>@drawable/ic_viewfinder_flash_off</item> + <item>@drawable/ic_flash_auto_holo_light</item> + <item>@drawable/ic_flash_on_holo_light</item> + <item>@drawable/ic_flash_off_holo_light</item> </array> <!-- Videocamera Preferences flash mode dialog box entries --> @@ -147,13 +147,13 @@ </string-array> <array name="video_flashmode_icons" translatable="false"> - <item>@drawable/ic_menuselect_flash_on</item> - <item>@drawable/ic_menuselect_flash_off</item> + <item>@drawable/ic_flash_on_holo_light</item> + <item>@drawable/ic_flash_off_holo_light</item> </array> <array name="video_flashmode_largeicons" translatable="false"> - <item>@drawable/ic_viewfinder_flash_on</item> - <item>@drawable/ic_viewfinder_flash_off</item> + <item>@drawable/ic_flash_on_holo_light</item> + <item>@drawable/ic_flash_off_holo_light</item> </array> <string-array name="pref_camera_recordlocation_entryvalues" translatable="false"> |