Android/Technic
Bottom Navigation View에서 애니메이션 없애기
등촌동 꼬북이
2021. 5. 3. 15:31
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