Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 221 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 221 Bytes

widgets

A library of useful Android widgets.

#Proguard

  • If you are using BubbleView and you use proguard, include this line in your rules
-keep class * extends com.staticbloc.widgets.BubbleView** {*;}