*로딩 인디케이터 라이브러리
https://github.com/HarlonWang/AVLoadingIndicatorView/blob/master/README.md
*적용 예 xml
<com.wang.avi.AVLoadingIndicatorView
android:id="@+id/avi"
style="@style/AVLoadingIndicatorView"
android:layout_width="120dp"
android:layout_height="120dp"
android:layout_gravity="center"
android:layout_marginLeft="140dp"
android:layout_marginRight="140dp"
app:indicatorColor="#486FE9"
app:indicatorName="LineSpinFadeLoaderIndicator" />
'+)기록 > 과제' 카테고리의 다른 글
(준비)스토리보드 (0) | 2023.07.28 |
---|---|
랜덤숫자 (0) | 2023.07.27 |
Iterator(반복자) (0) | 2023.07.25 |
소켓통신 (0) | 2023.07.24 |
정리사항 74 - 조건문 if문에서의 break와 return, continue / 반복문for문에서의 break와 continue / 레이아웃 매개변수 (0) | 2023.06.22 |