1
2
3
4
5
6
7
|
<SeekBar
android:id="@+id/seekBar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:progress="50"
/>
|
cs |
간-단
'개발 > Android' 카테고리의 다른 글
[Android] logcat text 파일로 저장(mac) (0) | 2019.10.21 |
---|---|
[Android]뒤로가기 버튼 눌렀을 때 이전 액티비티 같이 종료 (0) | 2019.09.30 |
[android] send text message with intent (0) | 2019.07.17 |
[Android] View 터치이벤트 막기 (0) | 2019.06.17 |
[Android] 현재 fragment 종료 (0) | 2019.06.17 |