Ayusch Jain
Ayusch Jain
@obadiaspelembe childrenWrapperStyle didn't work for me. This prop isn't present in the latest version 1.1.11 How did you solve it ?
Isn't this done by the underlying plugin that you're using?
This is my layout for recyclerview item: car_info_item ``` ``` This is the inner layout : ``` ``` Here is the adapter code : ``` package com.ayusch.wunderassignment.adapters; import android.content.Context; import...
Do you mean innerView ?
Just created a pull request for this feature. Wait till it is merged :)
Please post the stacktrace here.
This issue is resolved. minSdkVersion is now 18. I guess it's low enough to support most of the features.
See the source code : it's 18, but I guess the gradle has not been updated yet. So, you can wait for that, or just clone the repo, generate a...
Hey, I have updated the library versions. Please review. Thanks
What did you set the min sdk version as ?