Daniel S. Debastiani

Results 5 issues of Daniel S. Debastiani

There are a conflict with theme attribute in manifest of my project and this lib. ``` Error:(14, 9) Attribute application@theme value=(@style/MyProjectTheme) from AndroidManifest.xml:14:9 is also present at com.apradanas.simplelinkabletext:library:1.0.3:15:9 value=(@style/AppTheme) Suggestion:...

My app is reporting this error. I have a lot of values but only in this case the problem occur. Could someone help me? Thsnks. ``` java.lang.Error: at com.marcinmoskala.kotlinpreferences.PreferenceHolder$Companion.getPreferencesOrThrowError$preferenceholder_release (PreferenceHolder.kt:86)...

Set custom animations to open and close dialog.

**Describe the bug** I got some errors when running an application with minify enabled. **Additional context** Error log: ``` java.lang.NoSuchFieldException: No field mScroller in class Lg/w/a/b; (declaration of 'g.w.a.b' appears...

Can I remove all tags programmatically? ``` hashtagview.removeAll() ``` I'm using dynamic mode and applying an for each to remove item by item. But the view refresh only once and...