2016-06-08 3 views

답변

0

SeekBar with Coin

대신하여 ProgressBar의 사용 SeekBar를

enter image description hereenter image description here. seekbar의 Thumb 속성은 진행 후 아이콘 이미지를 넣습니다.

SeekBar를 XML property-- 안드로이드 : 엄지 손가락 = "그릴 수"

<SeekBar 
      android:id="@+id/seek_bar" 
      android:layout_width="match_parent" 
      android:layout_height="wrap_content" 
      android:layout_margin="10dp" 
      android:max="100" 
      android:thumb="@drawable/ic_pp" /> 
관련 문제