summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorweijiew <weijiew@codeaurora.org>2016-11-10 15:36:18 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-17 01:39:52 -0800
commita00285cb4fdc76cbbec34871cb62d58599ad74dc (patch)
tree8a74d6bf79824ed02e283c3c7eba038f6368af6c /res/xml
parentc6fb74a0f63210f1991686e4303ed928b23e5b4b (diff)
downloadandroid_packages_apps_Snap-a00285cb4fdc76cbbec34871cb62d58599ad74dc.tar.gz
android_packages_apps_Snap-a00285cb4fdc76cbbec34871cb62d58599ad74dc.tar.bz2
android_packages_apps_Snap-a00285cb4fdc76cbbec34871cb62d58599ad74dc.zip
SnapdragonCamera: Some options are not translated to Chinese
String was hard code. Move string to string.xml Change-Id: I0c0eefea766869606a125c2f08b1ba04e4b29084 CRs-Fixed: 1088128
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/setting_menu_preferences.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/setting_menu_preferences.xml b/res/xml/setting_menu_preferences.xml
index 92b5db8c8..5cf6c0dd1 100644
--- a/res/xml/setting_menu_preferences.xml
+++ b/res/xml/setting_menu_preferences.xml
@@ -31,7 +31,7 @@
<PreferenceCategory
android:key="general"
android:layout="@layout/preferences_category"
- android:title="GENERAL">
+ android:title="@string/perf_camera2_preferences_category_general">
<SwitchPreference
android:defaultValue="false"
android:icon="@drawable/gps_location"
@@ -60,7 +60,7 @@
<PreferenceCategory
android:key="photo"
android:layout="@layout/preferences_category"
- android:title="STILL CAMERA">
+ android:title="@string/perf_camera2_preferences_category_photo">
<ListPreference
android:defaultValue="@string/pref_camera2_timer_value_off"
android:entries="@array/pref_camera2_timer_entries"
@@ -169,7 +169,7 @@
<PreferenceCategory
android:key="video"
android:layout="@layout/preferences_category"
- android:title="VIDEO CAMERA">
+ android:title="@string/perf_camera2_preferences_category_video">
<ListPreference
android:entries="@array/pref_camera2_video_quality_entries"
android:entryValues="@array/pref_camera2_video_quality_entryvalues"