diff options
Diffstat (limited to 'res/values/arrays.xml')
-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"> |