[android-developers] On click enlarge the image

2010-05-06 Thread pawan nimje
Hi All, I have a textview and an imagebutton. textview has the description about the image[which is there in imagebutton] Now on clickin the image button i want the imagebutton to occupy the whole screen and on clicking this i want the imagebutton back to normal position plz help ... -- You

Re: [android-developers] On click enlarge the image

2010-05-06 Thread TreKing
On Thu, May 6, 2010 at 1:04 PM, pawan nimje pawanni...@gmail.com wrote: plz help ... With what? You didn't actually ask a question, indicate which part SPECIFICALLY you're having trouble with, or what you have already tried that isn't working. There are a myriad of different things you could

Re: [android-developers] On click enlarge the image

2010-05-06 Thread pawan nimje
hey trekingapp, tell me how can i set x,y co-ordinate of any view [in my case imagebutton] from code i.e dynamically/programatically - the below code wont work because its part of a application activity:: -- public class About extends Activity { TextView tvDesc =