android - Displaying Cards on an imageView -
android - Displaying Cards on an imageView -
hello trying display cards on image view 1 overlaying other. thinking of using padding, not sure how utilize it. thanks. here how display cards.
while(bl.dealeriterator.hasnext() == true) { dealercards.setimageresource(bl.dealeriterator.next().cardimage()); }
use absolutelayout
, offset every imageview
amount!
android xml imageview
Comments
Post a Comment