Hi, I really like Material Design and I want to share with you how to port check boxes and radio buttons with animations
(if you dont know what i talking about: Material Design)
(if you dont know what i talking about: Material Design)
We need a decompiled framework and rescues (download at attach). It's very easy, and if you know how to decompile & recompile apps you should not have any problems
Lets Go!
1. Dowload rescuses and extract it.
2. Find any btn_radio and btn_check files in your drawable-xxxx folder and delete it
3. If your framework supports xxhdpi resolution just copy and paste files from xxhdpi folder to your drawable-xxhdpi folder in /res.
If you dont have drawable-xxhdpi folder in /res just copy this folder from extracted rescuses to /res folder
4. Now copy files from extrated drawable folder to drawable folder in your decompiled framework
5. Decompile, and push your framework-res to /system/framework folder