Thank you!!

On Apr 28, 6:16 pm, Mohan Krishna <mohankrishnayarragu...@gmail.com>
wrote:
> hiajay,
> define your own theme and add that theme to the activity in
> manifest.xml that you want to change.
>
> create a new xml file in res/values,
> and in the androidmanifest.xml file add your that theme to your
> activity.
>
> you can use this as an example
>
> <style name="Theme" parent="android:Theme.Dialog">
>         <item name="android:windowBackground">@null</item>
>         <item name="android:windowNoTitle">true</item>
> </style>
>
> --
> 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 
> athttp://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