[android-developers] Re: how to change ProgressBar background color

2009-09-06 Thread Mark Murphy
sdphil wrote: this does not work -- !-- (progress bar) -- ProgressBar android:id=@+id/ProgressBar style=?android:attr/progressBarStyleHorizontal android:progressDrawable=@drawable/

[android-developers] Re: how to change ProgressBar background color

2009-09-06 Thread sdphil
sorry, I should have included this in the original post, but this is my @drawable/progress_bar -- ?xml version=1.0 encoding=UTF-8? layer-list xmlns:android=http://schemas.android.com/apk/res/ android item android:id=@+android:id/background android:drawable=@drawable/progress_background/