cardslib
cardslib copied to clipboard
Android Library to build a UI Card
[Parallel builds](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:parallel_execution). This project contains multiple modules. Parallel builds can improve the build speed by executing tasks in parallel. We can enable this feature by setting `org.gradle.parallel=true`. [Configuration on demand](https://docs.gradle.org/current/userguide/multi_project_configuration_and_execution.html#sec:configuration_on_demand)....
I can't no longer use android.enableAapt2=false. Any intention to patch the library to make it compatible? Thanks.
Good morning, putting the dependencies lines on gradle, give me the following error `resource android:attr/foregroundInsidePadding is private`. Isn't the library compatible with AS 3.0 preview?
Fixed issue #566 opened 16 days ago by @gipsyblues +Upgraded to the latest available sdks & library as per the requirement of Android Studio Version. 3.0.3 +Refactored code, especially redundant...
Hello all, As I have seen this repo activity, there has not been much activity since 2015. Given that the workaround for disabling AAPT2 does not work with Android Studio...
please solve this above bug as soon as possible! Thank you
Because of Google making compile deprecated end 2018, it should be replaced with implementation according to Android Studio warnings.
Why does my Xml keep saying 'card is not bound' it gives Errors all the time
My cardslib build keeps failing throwing an exception at: library-core:processDebugResources'. > Unknown android attribute 'ForegroundLinearLayout' Within ForegroundLinearLayout.java I notice that "import it.gmariotti.cardslib.library.R;" the R is in red and all R.xxxx...
When working on my project, I realized that this important piece was missing to my previous pull request. If the list that the CardArrayAdapter is referencing is modified outside of...