Nathanael Silverman
Nathanael Silverman
@idrisadetunmbi it sounds like you're running into the issue described here: https://github.com/airbnb/paris/wiki/View-Recycling The solution is to make sure all your styles define the same set of attributes. For example if...
@idrisadetunmbi yup using base styles should be possible. Are you sure all the styles used for a given view type are setting the same attributes? Could you share your style...
Thanks for the report @iamrocklobster ! I think you've narrowed down the issue very well. Right now the background tint is assumed to be a color state list, which is...
@buraktabn what steps did you follow to setup the Butter Knife Gradle plugin? And I assume you are working inside of a library project, correct? Otherwise you don't need it.
@onwardzhang sounds like a good addition. I'd be happy to review a pull request that adds this attribute.
@Saidjamol can you please explain what you are expecting and what is happening (or not) instead? Not all styleable attributes are supported by Paris (see the list here https://github.com/airbnb/paris/wiki/Supported-View-Types-and-Attributes) and...
Hi @MohitMandalia and thank you for your interest! I am no longer maintaining this repository. I'm not sure who would be the best person to ask about contributions, maybe @elihart...
@sanogueralorenzo @plnice the most likely culprit is the added support for the `textAppearance` attribute. There's a gotcha which is that even if it's not defined in your styles, it is...
@sanogueralorenzo as a sidenote, I'd recommend taking a look at the [Epoxy Paris integration](https://github.com/airbnb/epoxy/wiki/Paris-Integration-(Dynamic-Styling)#recycling-views). I believe you could simplify your code down to something like: ```kotlin @Styleable @ModelView open class...
@edwnmrtnz are you getting exactly the same error? Can I see the stacktrace? @SammyOdenhoven is `tw_ic_bullet_key_permission_light.png` one of your assets? How is `@color/dark_slate_more_blue` defined?