SwipeStack
SwipeStack copied to clipboard
How to set permanent width of card in cardstack
I tried to set a width using android:width="480dp" in my card.xml file. But because I use an imageview on the card, and use img.setResource(R.drawable.img); to set image on the card stack then resizes the card according to the width of the image, any fix?