[android-developers] Re: ProgressBar - Emulator not working?

2009-03-23 Thread droozen
That worked, thanks. On Mar 23, 12:27 pm, Marco Nelissen wrote: > Try adding this to your xml: > style="?android:attr/progressBarStyleHorizontal" > > On Mon, Mar 23, 2009 at 9:50 AM, droozen wrote: > > > I just wanted to run a ProgressBar test, as it's my first time using > > them on the Androi

[android-developers] Re: ProgressBar - Emulator not working?

2009-03-23 Thread Marco Nelissen
Try adding this to your xml: style="?android:attr/progressBarStyleHorizontal" On Mon, Mar 23, 2009 at 9:50 AM, droozen wrote: > > I just wanted to run a ProgressBar test, as it's my first time using > them on the Android. Here's my XML (in a Linear Layout): > >        android:layout_width="fil