Replace checkboxes with switches in plugins settings
requested to merge maksales/kdeconnect-android:replace-checkboxes-with-switches-in-plugins-settings into master
Summary
Replace CheckboxPreference with SwitchPreferenceCompat in plugins settings to comply with Material Design guidelines
Test Plan
Before:
Open the settings of any plugin that has switch preferences. You will see that checkboxes are used, which does not correspond to the Material Design guidelines and does not look beautiful
After:
Switches used