這篇文章將為大家詳細(xì)講解有關(guān)Android怎么實(shí)現(xiàn)文件上傳和下載倒計(jì)時(shí)功能的圓形進(jìn)度條,小編覺(jué)得挺實(shí)用的,因此分享給大家做個(gè)參考,希望大家閱讀完這篇文章后可以有所收獲。
創(chuàng)新互聯(lián)-專業(yè)網(wǎng)站定制、快速模板網(wǎng)站建設(shè)、高性價(jià)比崇禮網(wǎng)站開(kāi)發(fā)、企業(yè)建站全套包干低至880元,成熟完善的模板庫(kù),直接使用。一站式崇禮網(wǎng)站制作公司更省心,省錢(qián),快速模板網(wǎng)站建設(shè)找我們,業(yè)務(wù)覆蓋崇禮地區(qū)。費(fèi)用合理售后完善,10多年實(shí)體公司更值得信賴。screenshot
截圖展示
import
step1. Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
step2. Add the dependency dependencies { compile 'com.github.yanjiabin:ExtendsRingPrigressBar:1.1.1' }
how to use
in your xml <com.github.yanjiabin.extendsringprogressbarlib.RingProgressBar android:layout_gravity="center" android:id="@+id/progress_bar_1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerInParent="true" android:layout_alignParentTop="true" app:max="100" 大進(jìn)度 app:ringColor="@color/colorPrimary" 圓環(huán)的顏色 app:ringProgressColor="@color/colorPrimaryDark" 進(jìn)度條的顏色 app:ringWidth="3dp" 圓環(huán)的寬度 app: 填充狀態(tài)和描邊狀態(tài) 還有一種是STROKE app:textColor="@color/colorPrimary" 顯示文本的顏色 app:textIsShow="true" 是否顯示文本 app:textSize="16sp" />
關(guān)于“Android怎么實(shí)現(xiàn)文件上傳和下載倒計(jì)時(shí)功能的圓形進(jìn)度條”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,使各位可以學(xué)到更多知識(shí),如果覺(jué)得文章不錯(cuò),請(qǐng)把它分享出去讓更多的人看到。
網(wǎng)頁(yè)名稱:Android怎么實(shí)現(xiàn)文件上傳和下載倒計(jì)時(shí)功能的圓形進(jìn)度條-創(chuàng)新互聯(lián)
本文網(wǎng)址:http://www.chinadenli.net/article34/coepse.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供App設(shè)計(jì)、網(wǎng)站設(shè)計(jì)公司、ChatGPT、云服務(wù)器、軟件開(kāi)發(fā)、網(wǎng)站制作
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容