文件名称:Android代码-轻松让 pre-Lollipop 设备拥有 Material Design 风格的设置界面
文件大小:822KB
文件格式:ZIP
更新时间:2022-08-25 20:35:45
Android代码
MDPreference 中文 Introduce Group of Preference, just like the Preference of original Android. [DEPPERCATED] You should not support pre-Lollipop in 2018. Easy to use and good effect in pre-Lollipop. Sample Import Gradle 1. Add it in your root build.gradle at the end of repositories allprojects { repositories { ... maven { url "https://jitpack.io" } } } 2. Add the dependencies dependencies { compile 'com.github.XhinLiang.MDPreference:mdpreference:0.3.2@aar' // Yo