aboutsummaryrefslogtreecommitdiff
path: root/doze/res/xml
diff options
context:
space:
mode:
authorOrdenKrieger <OrdenKriegerEDR@googlemail.com>2017-01-11 20:14:07 +0100
committerdavidevinavil <davidevinavil@gmail.com>2017-01-14 15:52:08 +0100
commit532f2d7a892c74532bd46e33b94e9828593350e6 (patch)
treece978208ae8b57f8c5f86bd1f3bb5147db6b68bd /doze/res/xml
parent5455825abd8be4e1bc2e8adbbfbf954016763488 (diff)
z2_plus: LineageOS upstream
*doze: Commonize strings translations *op3: Bring DozeSettings up to date
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"