实现带数字进度的Android进度控件:NumberProgressBar

jopen 10年前

NumberProgressBar实现了带数字进度的Android进度控件。687474703a2f2f7777312e73696e61696d672e636e2f6d773639302f36313064633033346a7731656679736c6d6e3569746a32306633306b303734722e6a7067.jpg

    <com.daimajia.numberprogressbar.NumberProgressBar              android:layout_width="wrap_content"              android:layout_height="wrap_content"                custom:progress_unreached_color="#CCCCCC"              custom:progress_reached_color="#3498DB"                custom:progress_unreached_bar_height="0.75dp"              custom:progress_reached_bar_height="1.5dp"                custom:progress_text_size="10sp"              custom:progress_text_color="#3498DB"              custom:progress_text_offset="1dp"              custom:progress_text_visibility="visible"                custom:max="100"              custom:progress="80"               />

项目主页:http://www.open-open.com/lib/view/home/1409302954353