aboutsummaryrefslogtreecommitdiff
path: root/doze/res/xml
diff options
context:
space:
mode:
authorAbhisek Devkota <ciwrl@cyanogenmod.com>2016-11-23 18:13:45 -0800
committerDavide Garberi <dade.garberi@gmail.com>2017-12-04 09:01:04 +0100
commit50d90b4b43af163221b15d1a0451dcf1ec148e98 (patch)
treec1a81e672c208436555e46223f51ddb7a58c279d /doze/res/xml
parent2c64d330803b469deffde432e3fbe292ba8a7d26 (diff)
msm8996-common: doze: Commonize strings translations
* Translations moved to the new project android_packages_resources_devicesettings Change-Id: I06536915e1963a2fe464c3d6c46dd8728aba0cb4 Signed-off-by: Adrian DC <radian.dc@gmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'doze/res/xml')
-rw-r--r--doze/res/xml/doze_settings.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/doze/res/xml/doze_settings.xml b/doze/res/xml/doze_settings.xml
index acc19d2..005c6ae 100644
--- a/doze/res/xml/doze_settings.xml
+++ b/doze/res/xml/doze_settings.xml
@@ -14,24 +14,23 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:cm="http://schemas.android.com/apk/res/cyanogenmod.platform">
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:key="tilt_sensor"
- android:title="@string/tilt_sensor_title" >
+ android:title="@string/tilt_sensor_title">
<SwitchPreference
- android:key="pick_up"
+ android:key="gesture_pick_up"
android:defaultValue="false"
- android:title="@string/pick_up_title"
- android:summary="@string/pick_up_summary" />
+ android:title="@string/pick_up_gesture_title"
+ android:summary="@string/pick_up_gesture_summary" />
</PreferenceCategory>
<PreferenceCategory
- android:key="priximity_sensor"
- android:title="@string/priximity_sensor_title" >
+ android:key="proximity_sensor"
+ android:title="@string/proximity_sensor_title">
<SwitchPreference
android:key="gesture_hand_wave"