This is simple extension to create cardview with overlapping prevention.
Use Case
Output
For padding & margin use single value if you want same for all four direction ,otherwise use with comma ie left top right bottom (5,5,0,0)
Make sure to add dummy listview from app inventor in your project which add cardview library in your app.
Download :
com.xtiger.cardcreator.aix (26.1 KB) Without Library
com.xtiger.cardcreator.aix (41.6 KB) With Library
There are two versions one with library and another without library.For example if you are making app then other extension or component used cardview library (ie listview) then use without library and if there is not any conflicting then use with library.
Some bugs related to padding and margin were fixed in this version.