토글 스위치 드로어블 파일
이미지 V
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="false"
android:drawable="@drawable/ic_inivisble" />
<item android:state_checked="true"
android:drawable="@drawable/ic_visible" />
</selector>
</selector>
색V
'Android > Kotlin' 카테고리의 다른 글
RecyclerView adapter에서 전화걸기 (0) | 2021.07.19 |
---|---|
Decimal Format / 천단위 콤마 넣기 (0) | 2021.07.18 |
리사이클러뷰 롱클릭, 클릭 이벤트 구현 (0) | 2021.05.16 |
RecyclerView Swipe 삭제 구현하기 (0) | 2021.05.15 |
Button navigation, social login, recyclerView, retrofit (0) | 2021.03.09 |