Hello Sweta, M using ImageAdapter class to customize gallery . In My ImageAdapter class m using these lines.
imageView = new ImageView(mContext); imageView.setLayoutParams(new Gallery.LayoutParams(240, 240)); imageView.setScaleType(ImageView.ScaleType.FIT_XY); imageView.setPadding(10, 8, 10, 8); i hope these lines maybe sort out ur problem. On Tue, Oct 18, 2011 at 11:45 AM, shweta <[email protected]>wrote: > Hello, > > i am using android:spacing(-40) to decrease space in betweem gallery > item. the only left side image decrease the space and goes to behind > the images > but the right side image are overlapped. > > > -- > 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 -- 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

