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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -