diff options
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> + |
