sdphil wrote: > this does not work -- > > <!-- (progress bar) --> > <ProgressBar android:id="@+id/ProgressBar" > > style="?android:attr/progressBarStyleHorizontal" > android:progressDrawable="@drawable/ > progress_bar" > android:layout_width="fill_parent" > android:secondaryProgress="0" > android:progress="0" > android:max="100" > android:layout_height="9px" > android:background="@color/red"/> > Ideas?
ProgressBar does not have a background, AFAICT. Make the bottom layer of your @drawable/progress_bar be red. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 In Print! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

