SwipeStack icon indicating copy to clipboard operation
SwipeStack copied to clipboard

How to set permanent width of card in cardstack

Open ghost opened this issue 8 years ago • 0 comments

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?

ghost avatar Mar 28 '17 19:03 ghost