diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-05 16:16:47 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2015-12-05 16:16:47 +0100 |
| commit | 90aac9c765ecf8782f30179173e8f4c904c7f98b (patch) | |
| tree | 053dc84e1a24c2497312edaa5d595fcca2aff24e /app/src/main/res/xml/preference.xml | |
| parent | 24336d51eb3b8692236225901422d362ff856b25 (diff) | |
Speech Pitch and Rate Randomized and Set
Diffstat (limited to 'app/src/main/res/xml/preference.xml')
| -rw-r--r-- | app/src/main/res/xml/preference.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index 1375291..d676d0b 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -7,4 +7,6 @@ android:defaultValue="false" android:summary="@string/setting_recording_sum" android:key="applicationRecording" /> -</PreferenceScreen>
\ No newline at end of file + <Preference android:layout="@layout/sliderlayout" /> +</PreferenceScreen> + |
