實現帶數字進度的Android進度控件:NumberProgressBar

jopen 10年前發布 | 51K 次閱讀 Android Android開發 移動開發

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"
         /></pre><span style="background-color:#f6f6f6;font-family:'Courier New';"><strong> <p><strong>項目主頁:</strong><a href="http://www.baiduhome.net/lib/view/home/1409302954353" rel="nofollow" target="_blank">http://www.baiduhome.net/lib/view/home/1409302954353</a></p>

</strong></span>

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!