아래는 코모스튜디오가 직접 만든 무료 앱이에요(한 번만 봐주세요 ^^)
아주 간단하다.
아래 처럼 넣어 주면, 색깔까지 완벽하게!
DividerItemDecoration dividerItemDecoration = new DividerItemDecoration(mContext,LinearLayoutManager.VERTICAL); dividerItemDecoration.setDrawable(mContext.getResources().getDrawable(R.drawable.recyclerview_divider)); mRecyclerView.addItemDecoration(dividerItemDecoration);
아래는 recyclerview_divider.xml
' [안드로이드 공부] > UI' 카테고리의 다른 글
안전한 프레그먼트 컨텍스트 사용법 -How to use fragment context ? (0) | 2019.01.03 |
---|---|
No package identifier when getting value for resource number (0) | 2018.12.13 |
안드로이드 동적 컬러리스트 적용 ColorStateList setTextColor (0) | 2018.12.09 |
안드로이드 BroadcastReceiver ANR (0) | 2018.12.07 |
Fatal Exception: android.content.ActivityNotFoundException (0) | 2018.12.06 |
모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다. |
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요. |