I have some trouble creating something like this with android.
I add image buttons in a tableLayout but things get messed.
Should i use linearLayout instead? The problem is that they should stretch probably to fit…

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
assuming each bill/coin is a separate element you can do this in 3 linear layouts, which are all children of a parent linear layout
pseudo…
I’m leaving out all the android specific stuff that you will have to fill in, and just providing the essentials. I believe this will get you what you’re after.
You’ll need to add some marginLeft and marginRight on the middle coin to push them apart so that they aren’t sitting side by side (or just add that padding in the image itself as transparency).