diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-11 05:02:18 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-11 05:02:18 +0100 |
| commit | fd7210e1bbd83161c0df9f5eb8327ecd2a83b372 (patch) | |
| tree | 39c147f5c1f5a724b448bc65193155e3bdf41605 /app/src/main/res/xml/settings.xml | |
| parent | 90aac9c765ecf8782f30179173e8f4c904c7f98b (diff) | |
Code2: V1.0.1
Magnetic Sensors
No Activity Restart
(Menu Still on first Create in Systemlanguage)
Diffstat (limited to 'app/src/main/res/xml/settings.xml')
| -rw-r--r-- | app/src/main/res/xml/settings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/settings.xml b/app/src/main/res/xml/settings.xml index d595685..8d989f4 100644 --- a/app/src/main/res/xml/settings.xml +++ b/app/src/main/res/xml/settings.xml @@ -19,6 +19,10 @@ android:defaultValue="true" android:summary="@string/setting_accel_sum" android:key="applicationShowAccel" /> + <CheckBoxPreference android:title="@string/setting_mag" + android:defaultValue="true" + android:summary="@string/setting_mag_sum" + android:key="applicationShowMag" /> </PreferenceCategory> <PreferenceCategory android:title="@string/settings_sound"> @@ -32,6 +36,7 @@ <SeekBarPreference android:defaultValue="10" android:max="20" + android:focusableInTouchMode="true" android:title="@string/setting_pitch" android:summary="@string/setting_pitch_sum" android:key="applicationPitch"> |
