Hi Arun,
U have to set ur background image for all three screen resolution.
Insert your image in drawable-hdpi for 420*800, drawable-mdpi for 320*400,
and drawable-ldpi for 240*320.
u have to insert three background according to ur screen resolution.
i hope it will work for u.

On Fri, Jul 15, 2011 at 12:45 PM, arun kumar <arun.kata...@gmail.com> wrote:

> <?xml version="1.0" encoding="utf-8"?>
> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android";
>     android:orientation="vertical"
>     android:layout_width="fill_parent"
>     android:layout_height="fill_parent"
>     android:id="@+id/ll"
>     android:background="@drawable/circle6"
>     >
>        <TextView android:text="Country" android:id="@+id/t1"
> android:layout_height="wrap_content"
> android:layout_width="115dip"></TextView>
>          <TextView android:text="State" android:id="@+id/t2"
> android:layout_height="wrap_content"
> android:layout_width="105dip"></TextView>
>          <TextView android:text="District" android:id="@+id/t3"
> android:layout_height="wrap_content"
> android:layout_width="wrap_content"></TextView>
>
>
>     </LinearLayout>
>
>
> am having a circle shaped background image in which text is placed ...but
> when am checking on different screen resolution then my text is displaying
> in an improper way.....
>
> --->how to make background image look similar in all devices
>
>
> Thakyou
> arun
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to