Emir Lüleci
Emir Lüleci
Is there any change on this?
As far as I understand from the translation (https://goo.gl/6sMYFf) @Heycz is telling the alpha of the baseColor is too low. I was going to tell the same thing. I am...
I checked this but I didn't have any error. Are you sure that you are using the 2.0.0 version of the library? Because this attribute is added @ 2.0.0.
There can be another cause. If you use multiple namespace like xmlns:flatui="http://schemas.android.com/apk/res-auto" xmlns:another="http://schemas.android.com/apk/res-auto" you should use just one of them and use name space "another" instead of "flatui" or the...
The reason you have this problem is that you didn't define 'flatui' prefix. If you use different attributes from different libraries use something like xmlns:app="http://schemas.android.com/apk/res-auto" only. Then use attributes from...
I am thinking to add some new views but unfortunately I don't have much time for it. If you would like to add I can merge your pull requests. Also...
I added a spinner example to the sample project. It is not a new component. It is just a spinner with custom views for button and rows so it is...