summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2010-04-01 17:47:19 +0800
committerOwen Lin <owenlin@google.com>2010-04-07 12:05:53 +0800
commit82544b4564c079ece1a9065d19add36b2635bb8f (patch)
tree948e3e1b71f6ecf08a1c3d4e1da5e86b307551ad /res/values
parentcba44d7c2bb86e5cbca3b0721d32547e8e70b94c (diff)
downloadLegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.zip
LegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.tar.gz
LegacyCamera-82544b4564c079ece1a9065d19add36b2635bb8f.tar.bz2
Remove unused resources and code.
Change-Id: I394352f9da02d2585b2635e07c96bfa1c942d070
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml44
-rw-r--r--res/values/colors.xml2
-rw-r--r--res/values/strings.xml44
-rw-r--r--res/values/styles.xml10
4 files changed, 0 insertions, 100 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 34dbcb6..2299935 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -92,18 +92,6 @@
<item>macro</item>
</string-array>
- <array name="pref_camera_focusmode_icons" translatable="false">
- <item>@drawable/ic_menuselect_focus_auto</item>
- <item>@drawable/ic_menuselect_focus_infinity</item>
- <item>@drawable/ic_menuselect_focus_macro</item>
- </array>
-
- <array name="focusmode_icons">
- <item>@drawable/ic_viewfinder_focus_auto</item>
- <item>@drawable/ic_viewfinder_focus_infinity</item>
- <item>@drawable/ic_viewfinder_focus_macro</item>
- </array>
-
<!-- Camera Preferences flash mode dialog box entries -->
<string-array name="pref_camera_flashmode_entries" translatable="false">
<item>@string/pref_camera_flashmode_entry_auto</item>
@@ -170,27 +158,6 @@
<item>@drawable/ic_viewfinder_gps_on</item>
</array>
- <string-array name="flash_modes" translatable="false">
- <item>auto</item>
- <item>on</item>
- <item>torch</item>
- <item>off</item>
- <item>@string/pref_camera_flashmode_no_flash</item>
- </string-array>
-
- <array name="flash_icons">
- <item>@drawable/ic_viewfinder_flash_auto</item>
- <item>@drawable/ic_viewfinder_flash_on</item>
- <item>@drawable/ic_viewfinder_flash_on</item>
- <item>@drawable/ic_viewfinder_flash_off</item>
- <item>@drawable/ic_viewfinder_empty</item>
- </array>
-
- <string-array name="gps_modes" translatable="false">
- <item>off</item>
- <item>on</item>
- </string-array>
-
<!-- Camera Preferences White Balance dialog box entries -->
<string-array name="pref_camera_whitebalance_entries" translatable="false">
<item>@string/pref_camera_whitebalance_entry_auto</item>
@@ -295,15 +262,4 @@
<item>off</item>
<item>on</item>
</string-array>
-
- <string-array name="scenemode_modes" translatable="false">
- <item>off</item>
- <item>on</item>
- </string-array>
-
- <array name="scenemode_icons">
- <item>@drawable/ic_viewfinder_empty</item>
- <item>@drawable/ic_viewfinder_scenemode</item>
- </array>
-
</resources>
diff --git a/res/values/colors.xml b/res/values/colors.xml
index a70d319..7193b7c 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -20,6 +20,4 @@
<resources>
<color name="recording_time_elapsed_text">#FFFFFFFF</color>
<color name="recording_time_remaining_text">#FFFF0033</color>
- <color name="indicator_pressed">#992B2B2B</color>
- <color name="indicator_default">#00FFFFFF</color>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 02f4042..337aa8f 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -51,29 +51,20 @@
<!-- Menu items: -->
<!-- menu pick to go to the settings screen -->
- <string name="settings">Settings</string>
<!-- menu pick to view the details of the currently selected image -->
- <string name="details">Details</string>
<!-- menu pick to show the location of the currently selected image on maps-->
- <string name="show_on_map">Show on Maps</string>
<!-- menu pick to rotate the currently selected image (brings up submenu) -->
- <string name="rotate">Rotate</string>
<!-- menu pick to rotate the currently selected image to the left -->
- <string name="rotate_left">Rotate left</string>
<!-- menu pick to rotate the currently selected image to the right -->
- <string name="rotate_right">Rotate right</string>
<!-- Confirmation dialog title after deleting a picture -->
- <string name="confirm_delete_title">Delete</string>
<!-- Confirmation dialog message after deleting a picture -->
- <string name="confirm_delete_message">The picture will be deleted.</string>
<!-- Confirmation dialog message after deleting a video -->
- <string name="confirm_delete_video_message">The video will be deleted.</string>
<!-- Confirmation dialog when restoring settings -->
<string name="confirm_restore_title">Restore defaults</string>
@@ -92,25 +83,18 @@
<string name="review_retake">RETAKE</string>
<!-- button indicating that the picture just taken should be deleted -->
- <string name="camera_toss">Delete</string>
<!-- button indicating that the picture just taken should be shared by email, mms, etc -->
- <string name="camera_share">Share</string>
<!-- button indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
- <string name="camera_set">Set as</string>
<!-- button indicating that the picture just taken should be cropped -->
- <string name="camera_crop">Crop</string>
<!-- Toast after trying to share a picture indicating that there are no applications which are capable of so doing. -->
- <string name="no_way_to_share_image">No application available to share the picture.</string>
<!-- Toast after trying to share a video indicating that there are no applications which are capable of so doing. -->
- <string name="no_way_to_share_video">No application available to share the video.</string>
<!-- Menu item for playing the video. -->
- <string name="video_play">Play</string>
<!-- Button indicating to go to the image gallery -->
<string name="camera_gallery_photos_text">Gallery</string>
@@ -268,69 +252,41 @@
<string name="pref_exposure_default" translatable="false">0</string>
<!-- Framing grid settings in preference -->
- <string name="pref_framing_grid">Framing grid</string>
- <string name="pref_framing_grid_entry_on">On</string>
- <string name="pref_framing_grid_entry_off">Off</string>
<!-- Message to show when there's no lat/lng information in the image -->
- <string name="no_location_image">No Location information contained in this image.</string>
<!-- Title of Details dialog -->
- <string name="details_panel_title">Details</string>
<!-- Label in message of Details dialog -->
- <string name="details_file_size">File size:</string>
<!-- Label in message of Details dialog -->
- <string name="details_image_resolution">Resolution:</string>
<!-- Label in message of Details dialog -->
- <string name="details_image_make">Manufacturer:</string>
<!-- Label in message of Details dialog -->
- <string name="details_image_model">Model:</string>
<!-- Label in message of Details dialog -->
- <string name="details_image_whitebalance">White Balance:</string>
<!-- Label in message of Details dialog -->
- <string name="details_image_latitude">GPS Latitude:</string>
<!-- Label in message of Details dialog -->
- <string name="details_image_longitude">GPS Longitude:</string>
<!-- Label in message of Details dialog -->
- <string name="details_image_location">Location:</string>
<!-- Label in message of Details dialog -->
- <string name="details_duration">Duration:</string>
<!-- Label in message of Details dialog -->
- <string name="details_date_taken">Date taken:</string>
<!-- Label in message of Details dialog -->
- <string name="details_frame_rate">Frame rate:</string>
<!-- Label in message of Details dialog -->
- <string name="details_bit_rate">Bit rate:</string>
<!-- Label in message of Details dialog -->
- <string name="details_codec">Codec:</string>
<!-- Label in message of Details dialog -->
- <string name="details_format">Format:</string>
<!-- Used to format image dimensions in Details dialog. e.g. 64 x 64 -->
- <string name="details_dimension_x"><xliff:g id="width" example="640">%1$d</xliff:g> x <xliff:g id="height" example="480">%2$d</xliff:g></string>
<!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 -->
- <string name="details_ms"><xliff:g id="minutes">%1$02d</xliff:g>:<xliff:g id="seconds">%2$02d</xliff:g></string>
<!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
- <string name="details_hms"><xliff:g id="hours">%1$d</xliff:g>:<xliff:g id="minutes">%2$02d</xliff:g>:<xliff:g id="seconds">%3$02d</xliff:g></string>
<!-- Unit of measure in the Details dialog frames per second. e.g. 20 fps -->
- <string name="details_fps"><xliff:g id="frames" example="30">%1$d</xliff:g> fps</string>
<!-- Unit of measure in the Details dialog K bits per second. e.g. 192 Kbps -->
- <string name="details_kbps"><xliff:g id="speed" example="192">%1$d</xliff:g> Kbps</string>
<!-- Unit of measure in the Details dialog M bits per second. e.g. 2.3 Mbps -->
- <string name="details_mbps"><xliff:g id="speed" example="2.3">%1$g</xliff:g> Mbps</string>
<!-- Details dialog "OK" button. Dismisses dialog. -->
<string name="details_ok">OK</string>
<!-- Displayed in the title of the dialog for things to do with a picture that
is to be sent to another application: -->
- <string name="sendImage">Share picture via</string>
<!-- Displayed in the title of the dialog for things to do with a picture that
is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
- <string name="setImage">Set picture as</string>
<!-- Displayed in the title of the dialog for things to do with a video that
is to be sent to another application. -->
- <string name="sendVideo">Share video via</string>
<!-- Low-memory dialog message -->
<string name="spaceIsLow_content">Your SD card is running out of space. Change the quality setting or delete items from Gallery.</string>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 67e59a0..613ac34 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -57,14 +57,4 @@
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_width">match_parent</item>
</style>
- <style name="IconIndicator">
- <item name="android:layout_marginTop">10dp</item>
- <item name="android:layout_marginBottom">10dp</item>
- <item name="android:layout_width">wrap_content</item>
- <item name="android:layout_height">wrap_content</item>
- </style>
- <style name="Animation_OnScreenMenu">
- <item name="android:windowEnterAnimation">@anim/on_screen_menu_appear</item>
- <item name="android:windowExitAnimation">@anim/on_screen_menu_disappear</item>
- </style>
</resources>