Skip to content

Replace checkboxes with switches in plugins settings

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

Screenshot_2021-04-11-00-13-19-222_org.kde.kdeconnect_tp

After:

Switches used

Screenshot_2021-04-11-00-06-45-953_org.kde.kdeconnect_tp

Merge request reports