diff options
author | Abhisek Devkota <ciwrl@cyanogenmod.com> | 2016-11-23 18:13:45 -0800 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-01-21 18:32:46 +0100 |
commit | 76e6f28031f542f4a1ff9cac09e38a6b129b1df3 (patch) | |
tree | cb39a3d9d4f9041353a2e393d6335acb2a03732a /doze/res/xml/doze_settings.xml | |
parent | 8e48c247cff44d96ad69b7f7602adf75f44a1716 (diff) |
z2_plus: 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>
Diffstat (limited to 'doze/res/xml/doze_settings.xml')
-rw-r--r-- | doze/res/xml/doze_settings.xml | 15 |
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" |