MaterialPreferences
An Android library that lets you implement customizing MaterialPreferences on Setting UI by Battle Entertainment.
Including in your project
build.gradle
Usage
Can be used just like using Preferences.
MaterialPreferenceCategory
Material PreferenceCategory is composed of just title. It is used to split sections.
MaterialPreference
Material Preference is composed of title and summary.
MaterialSwitchPreference
Material Preference is composed of title, summary and switch. It saves switch's on-off status.
MaterialCheckBoxPreference
Material Preference is composed of title, summary and checkbox. It saves checkbox's isChecked status.
MaterialProgressPreference
Material Preference is componsed of title, summary and progress.
It can be used to showing progress during synchronize or fetching data.
you can set visibility using below method.