Hi,
You just mention the color inside of the laout like this...
<RelativeLayout android:layout_height="30dp"
android:layout_width="fill_parent"
android:id="@+id/logo" android:paddingTop="5dip"
android:paddingBottom="5dip" android:background="#d3d3d3">
<TextView android:id="@+id/headtext"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:textStyle="bold"
android:textColor="@color/black"
android:gravity="left" android:text="Title"/>
</RelativeLayout>
On Fri, Aug 19, 2011 at 12:15 PM, arun kumar <[email protected]> wrote:
> How to change the title bar background color
>
> i given like this in the color folder
> <resources>
> <color name="black">#ffoooooo</color>
> </resources>
>
> Thanks in advance..
>
> --
> 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