아래는 코모스튜디오가 직접 만든 무료 앱이에요(한 번만 봐주세요 ^^)
Drawable drawable = ContextCompat.getDrawable(getApplicationContext(),R.drawable.ic_arrow_back_white_24dp);
Overflow 아이콘 변경
toolbar.setOverflowIcon(drawable);
햄버거 모양 아이콘 변경
actionBar.setDisplayHomeAsUpEnabled(true);
actionBar.setDisplayShowHomeEnabled(true);
Drawable drawable = ContextCompat.getDrawable(mContext,R.drawable.ic_arrow_back_white_24dp);
actionBar.setHomeAsUpIndicator(drawable);
액티비티와 프래그먼트를 같이 사용 할 경우,
프래그먼트에서 변경 해주어야 작동한다.
' [안드로이드 공부] > UI' 카테고리의 다른 글
fragment container view does not have a NavController set (0) | 2020.09.23 |
---|---|
Resources$NotFoundException: File res (0) | 2020.09.08 |
Navigation Drawer icon 숨기기 (0) | 2019.10.26 |
Message: expected start or end tag (0) | 2019.01.17 |
안드로이드 리사이클러뷰 아이템 포지션으로 이동 (0) | 2019.01.10 |
모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다. |
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요. |