룬아님의 취중코딩

Small size ProgressBar 추가하는 방법 본문

개발/안드로이드 개발

Small size ProgressBar 추가하는 방법

룬아님 2020. 2. 4. 18:43
<ProgressBar
   android:layout_width="wrap_content"
   android:layout_height="wrap_content"
   style="?android:attr/progressBarStyleSmall" />

 

반응형
Comments