Custom Progress Bar in Android? [closed]
问题 I havent got a clue to how to do this. My progress bar should be the shape of cloud. Can someone direct me to a book, tutorial or just give the right step by step method? Thank you for your time. 回答1: As shown here you can use image views to get custom scroll bar like effect. The layout XML for custom progress bar in that example is: <RelativeLayout android:id="@+id/RelativeLayout01" android:layout_width="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:gravity=