Notice
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- UI
- 리스트뷰
- 스피너
- 레이아웃
- camera
- GlobalComponent
- WebCamTexture
- Ext
- Unity
- spinner
- layout
- ListvView
- 그래들
- gradle
- bottom
- webcam
- Handelr
- 안드로이드
- DP
- GPS
- 조이스틱
- Android
- 유니티
- Round Square
Archives
- Today
- Total
JY-Dev Tech Blog
Android(안드로이드) - BottomNavigationView disable shifting mode 본문
[OverView]
머터리얼 디자인에있는 BottomNavigationView를 사용할때 자동적으로 Shifting 애니메이션이 생깁니다.
이 애니메이션이 필요가 없는경우에 제거방법에 대해 알려드리겠습니다.
[xml]
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottom_navigation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:labelVisibilityMode="labeled"
app:menu="@menu/main_navigation_items"/>
app:labelVisibilityMode="labeled" 이것만 추가하시면 애니메이션을 제거할 수 있습니다.
[참고]
https://stackoverflow.com/questions/40176244/how-to-disable-bottomnavigationview-shift-mode
'안드로이드 > 레이아웃' 카테고리의 다른 글
Android(안드로이드) - Fragment 교체 (0) | 2020.11.16 |
---|---|
안드로이드(Android) - Navigation 사용법 (0) | 2020.11.09 |
안드로이드(Android) - RelativeLayout set LayoutParams Programmatically (마진값 코드상으로 변경하는법 , LayoutParams 설정법) (0) | 2020.10.12 |
안드로이드(Android) - font 적용시키기 (0) | 2020.10.08 |
안드로이드(Android) - infinite circuler progressbar (0) | 2020.09.24 |
Comments