Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* TopBar, SingleTitleTopBar, SearchTitleTopBar, DoubleTitleTopBar의 머티리얼 의존성 제거 - AppBar 파일 생성 -> TopAppBar, BottomAppBar 구현 - BottomBar 구현 중 * Navigation 실험중. Icon의 Size, haptic 주입 필요 * BottomNavigation 제작완료 - XML VectorDrawable 문제에 따라 build.gradle 수정함 https://wgtech.github.io/posts/2019/08/05/Android-drawables-references-to-other-resources-are-not-supported-by-build-time-png-generation/ - Drawable들 추가함 - BottomNavigation에 대한 설명 필요 * BottomNavigationItem 색상 변경: 기본->bottomBarSelected * version up * bug: 빠르게 이동하면 바텀네비게이션이 먹통 * 버그 해결, 주석 작성 * PreviewNavigation Private하게 변경 * 리뷰 반영: BottomAppBar 삭제, BottomNavigation -> BottomBar * AppBar.kt -> TopAppBar.kt, TopAppBar internal (TopBar와 오인하지 않게) * Update TopAppBar.kt * topappbar는 topbar 패키지로 * Revert "topappbar는 topbar 패키지로" This reverts commit 9f11f8f. * Revert "Update TopAppBar.kt" This reverts commit a8b710d. * Revert "AppBar.kt -> TopAppBar.kt, TopAppBar internal (TopBar와 오인하지 않게)" This reverts commit fb0d9ce. * Revert "리뷰 반영: BottomAppBar 삭제, BottomNavigation -> BottomBar" This reverts commit fafa5dc. * Revert "TopBar, SingleTitleTopBar, SearchTitleTopBar, DoubleTitleTopBar의 머티리얼 의존성 제거" This reverts commit 51fad9b. * BottomNavigation -> BottomBar, BottomNavigationItem -> BottomBarItem
- Loading branch information