[android-developers] Layout issue in preference screen android

2012-06-19 Thread Rakesh Raghavan
I am writing an application for launching a preference screen. The first item is just a preference. Second item is a preference with an icon on its right side. In order to do the second item, what I did was calling a layout which has a textview and an image view. i.e. http://schemas.android.com/ap

Re: [android-developers] Layout issue in preference screen android

2012-06-20 Thread Justin Anderson
> > But after the launch of application It is seen that text display is text > size is small and the space is not compatible with other space. > This isn't very clear... What is the problem, exactly? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed

Re: [android-developers] Layout issue in preference screen android

2012-06-21 Thread jagruti sangani
Hello, For making compatible in all device you shold use the "dp" in height and width instead of "sp" and if text size is small then you can define the size like "14sp" it will compatible in all device. and space between text and image if you want then give the margin right of text so it will autom