文件名称:Android代码-超赞!Android多主题切换库!
文件大小:238KB
文件格式:ZIP
更新时间:2022-08-27 22:37:13
Android代码
Scoops Android library for managing and applying multiple defined R.style.Theme.... themes at runtime for dyanically changing the look and feel of your application Demo Installation Add this line to your gradle/dependencies group: compile 'com.52inc:scoops:1.0.0' Then you will need to initialize the singleton in your Application subclass like this: Scoop.waffleCone() .addFlavor("Default", R.style.Theme_Scoop, true) .addFlavor("Light", R.style.Theme_Scoop_Light) .add