android - How to remove all animation of BottomNavigationView without Helper? - Stack Overflow
How to remove all animation of BottomNavigationView without Helper?
How to remove all animation of BottomNavigationView without any Helper or proGuard and in easy way with google material dependency com.google.android.material:material:1.0.0?
stackoverflow.com
이 글을 참고하면 Animation을 disable 할 수 있다.
dimens.xml 에서 텍스트 크기를 고정해야 됨
<dimen name="design_bottom_navigation_active_text_size" tools:override="true">12sp</dimen>
이렇게
나머지 옵션은 차례대로 따라하면 됨
Material design
'Android > Technic' 카테고리의 다른 글
Android webview lazy loading 시 느릴때 고려점 (0) | 2021.06.01 |
---|---|
Android webview debugger 사용하기 (2) | 2021.05.21 |
안드로이드에서 Video 로딩 시 이상한 그림(Poster) 안 뜨게 하는 방법 (0) | 2021.05.21 |
Javascript Interface 사용 방법 (4) | 2021.05.07 |
Dialog를 띄울 때 is your activity running이 뜰 때 (0) | 2021.05.04 |
댓글