tags:

views:

21

answers:

2

Hello In my android application i am using progress dialogue in my splashscreen. I would like to see only the progressbar with loading message without the background. Is there any way that i can change the backgrounf to transparent in android.

Please share your valuable suggestions.

Thanks in advance:)

A: 

hi.. you can get it by defining the progressbar and the text in your xml file and you control it in your activity.

MGS
A: 

As MGS says, you can put the <Progressbar> in your layout xml file itself. Moreover you want to customize your ProgressDialog then you have to study the CustomDialog Tutorial in the Documentation. It explains everything about Dialog completely.

Praveen Chandrasekaran
@Praveen.Its for the same purpose as answered by you in below link.
Remmyabhavan
http://stackoverflow.com/questions/3740458/insert-progress-spinner-into-splashscreen-android.Here i donot want to use a dialog but a simple progressbar can i do that
Remmyabhavan