Android自定义view实现进度条指示效果
先看看效果图:首先是布局文件<FrameLayout android:layout_width="match_parent" android:layout_marginLeft="10dp" android:layout_marginRight="10dp" android:layout_height="wrap_content"> <ProgressBarandroid:id="@+id/pb_process"style="@style...