<aside> 💡 기본 활용 : https://wnsgml972.github.io/kotlin/2020/11/28/kotlin-coding-convention/

</aside>

xml 내부 id 가이드

TextView → tv_이름

ImageView → iv_이름

EditText → et_이름

RecyclerView → rv_이름

ViewPager → vp_이름

Button류 → btn_이름

Layout → rl, cl, sl, fl, nsl, tl

bottom navigation view ⇒ bottom_navigation

CustomView : 종류_기능 ex) dialog_loading

drawable

배경 → bg_모양_외곽선 색_내부 색_radius숫자_stroke 숫자_화면형태(largescreen & dialog) ex) bg_rect_gray_green_radius5_stroke1....

아이콘 → ic_gift , ic_search, ic_close...

[ 함수 ]