ralphilius
ralphilius
@wasabeef I caught the same issue. The ViewGroup is not null. I have printed it to logcat. I have looked at rs method. I am not sure about these lines:...
> add an `attr` to set `TagView`'s background, you mean set all `TagView`'s background in one `TagContainerLayout`? Yes. That is what I suggest. Since `TagView`s are dynamically added to `TagContainerLayout`...
Ping @grantland @wangmengyan95
I've tried with that earlier but no luck. That's why I seek for this library in hope that it could work :)
@MartinMSPedersen Latest version is 0.3.6? I've tried installing with this repo as well, but the problem still persists. ``` devtools::install_github("andrewheiss/colourlovers") ```
Can we do a vertical group by as well? Please check Coda.io for inspiration.
Same issue as well
@tecc Can you help on this? I've tried on Netlify and still having the same issue.
Add `flatui:fl_fieldStyle="1"` to your FlatEditText attributes
If you call from Activity, you should add context to the method like: `getActionBarDrawable(context, int, boolean)` where int = your theme Id boolean = true/false if you want to use...