일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 디바이스ID
- Android10
- Android Bluetooth
- 바텀네비
- 안드로이드aab변환
- retrieveExplicitStyle
- 바텀네비게이션
- apk변환
- 안드로이드 디버깅툴
- 안드로이드 로그캣
- target29
- 로띠애니메이션
- Android
- lottieAnimation
- bottomNavigation animation
- 로그캣 색상변경
- Bluetooth 스캔
- BottomNavigation
- 로그캣 색상지정
- 안드로이드
- targetSDK29
- Android OS 10
- 고유식별자
- 안드로이드apk변환
- Opacity Hex
- 앱강종
- 투명도 hex값
- 앱강종현상
- aab파일apk변환
- svn체크아웃
Archives
- Today
- Total
목록bottomNavigation animation (1)
공부하는 다락방
[Kotlin] BottomNavigation With Lottie
class MainActivity : AppCompatActivity(), BottomNavigationView.OnNavigationItemSelectedListener { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) binding.bottomNavi.menu.apply { add(Menu.NONE, 0, Menu.NONE, "brand") add(Menu.NONE, 1, Menu.NONE, "category") add(Menu.NONE, 2, Menu.NONE, "home") findItem(0).icon = getLot..
Android
2022. 3. 17. 02:33