SwitchPreferenceCompat (Deprecated)
Use support-v7-preferences instead
Allow easy to use SwitchCompat as preference.
Usage
<CheckBox
android:key="example_checkbox"
android:title="@string/pref_title_example"
android:summary="@string/pref_description_example"
android:defaultValue="true" />
to
<com.cgollner.unclouded.preferences.SwitchPreferenceCompat
android:key="example_checkbox"
android:title="@string/pref_title_example"
android:summary="@string/pref_description_example"
android:defaultValue="true" />
Installation
build.gradle:
dependencies {
compile 'com.infstory:switch-preference-compat:1.0.+'
}
Requirement
- Theme.AppCompat
build.gradle:
dependencies {
compile 'com.android.support:appcompat-v7:21.+'
}
Credit
- @ChristianGollner
This SwitchPreferenceCompat is imported from https://plus.google.com/+ChristianGollner/posts/badausxo1J6
- Preference class: https://gist.github.com/cgollner/5b31123c98b2c1cad8dc
- Layout resource: https://gist.github.com/cgollner/3c7fe2f9d34aee38bd0c