I am having a problem with how my images display. For some reason, my layout weights are being ignored and my set of ImageButtons in the center of the screen are extending to the bottom of the screen, completely removing the button beneath. Basically, android:scaleType is making the images fit exactly how I want, but the button area itself is giving me headaches.
I am trying to get something that looks like this (Using LinearLayout for each row): ImageButton ImageButton ImageButton |--- ImageButton ---| The images I am currently using are being scaled down to fit the button (Which works in the emulator, but completely breaks in the Eclipse preview). Should I manually shrink the images and scale them up? Is there something in the XML file that I am missing? I'm really looking for a solution involving defining the max size the button can take up, but not finding anything that will do the job. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

