hi ajay,
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 [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

Reply via email to