diff options
Diffstat (limited to 'doze/res/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" |