Re: [android-developers] Custom Progress Bar

2011-07-11 Thread TreKing
On Mon, Jul 11, 2011 at 2:27 AM, Atul Singh wrote: > Could anyone please guide me in doing this, as i m relatively new to > Andorid and know much less about creating custom views. > I have attached the screen shots of emulator which shows the needed > Progress Bar. > http://developer.android.co

[android-developers] Custom Progress bar with white background not showing in 3.0 Tablet

2011-06-10 Thread Vinay Julme
Hi Guys, I have created a custom progress dialog which has a white background and contains the circular progress bar which is androids default. It shows perfectly fine on 2.3 emulator with black circular background and a white dot with a tail But when initiated on tablet emulator there is no bla

[android-developers] custom progress bar.

2009-08-22 Thread sdphil
i am trying to draw a custom progress bar (horizontal). I have this xml -- http://schemas.android.com/apk/res/ android"> What should my drawable's look like (dimensions)? I can get the secondary and primary progress graphics (1x9 pixel images), but the background image alw

[android-developers] custom progress bar

2009-08-20 Thread phil
i want to draw a custom progress, and I googled around and came up with this -- in res/drawable, I have the following xml http://schemas.android.com/apk/res/ android"> then to use it, in my main xml, I have -- My question is, what should "progress_background.png" and "pro