[Android] ProgressBar & Style

  • 0

Design

Progress & Activity | Android Developer

Implementation

* 顯現 progress bar 很簡單 (example)
    1. xml 初始化時 android:visibility="gone"
    2. 要開始讀取資料的時候 setVisibility(View.VISIBLE);
    3. 讀取完之後 setVisibility(View.GONE);

Showing a Holo themed activity circle

style="@android:style/Widget.Holo.Light.ProgressBar.Large"

沒有留言 :

張貼留言