bilibili / MagicaSakura

MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme.
http://app.bilibili.com
Apache License 2.0
3.55k stars 468 forks source link

How can I custom my own widget? #23

Closed Vivienmm closed 7 years ago

Vivienmm commented 7 years ago

I've tried to custom my own FloatingActionButton, but I couldn't. I think it is because the outside classes aren't permitted.

xyczero commented 7 years ago

Your custom widgets can implement the Tintable interface , then MagicaSakura library will distinguish and refresh automatically when switch theme.