您好,登錄后才能下訂單哦!
本篇文章為大家展示了Android中怎么實現(xiàn)進度條,內容簡明扼要并且容易理解,絕對能使你眼前一亮,通過這篇文章的詳細介紹希望你能有所收獲。
●進度條分不確定(indeterminate=true)和確定(indeterminate=false)2種。
默認值是不確定(indeterminate=true)Android進度條。
●Android進度條有4種風格可以使用。
默認值是progressBarStyle。
設置成progressBarStyleSmall后,圖標變小?!?/p>
設置成progressBarStyleLarge后,圖標變大
設置成progressBarStyleHorizontal后,變成橫向長方形。
●確定(indeterminate=false)進度條中的***值的設定,調用setMax()方法。
●Android進度條中當前進度值的設置,調用setProgress()方法。
●第2進度值的設置,調用setSecondaryProgress()方法。
例程源碼(Java)
ProgressBar progressBarHorizontal =
(ProgressBar) findViewById(id.progressBarHorizontal);progressBarHorizontal.setMax(100);
progressBarHorizontal.setProgress(30);
progressBarHorizontal.setSecondaryProgress(70);
Android進度條例程源碼(Resource)
< ProgressBar android:id="@+id/progressBarHorizontal" android:layout_height="wrap_content" android:layout_width="fill_parent" style="?android:attr/progressBarStyleHorizontal" />
上述內容就是Android中怎么實現(xiàn)進度條,你們學到知識或技能了嗎?如果還想學到更多技能或者豐富自己的知識儲備,歡迎關注億速云行業(yè)資訊頻道。
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。