-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kuring-168 메인 화면을 compose로 migrate (#235)
* [추가] 메인 화면의 navigation route 정의 * [추가] 메인 화면의 navigation bar 정의 * [추가] compose type-safe navigation 라이브러리 추가 * [수정] 메인 화면 route에 @serializable 어노테이션 추가 * [수정] KuringSwitch에서 라이브러리 변경에 대응 * [추가] MainScreen composable 구현 * [수정] MainActivity에서 XML 대신 Compose MainScreen을 호출 * [제거] 사용하지 않는 view 코드 제거 * Fix transition issue * [수정] KuringSwitch의 미구현 인터페이스 구현 --------- Co-authored-by: HyunWoo Lee <[email protected]>
- Loading branch information
Showing
11 changed files
with
472 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
feature/main/src/main/java/com/ku_stacks/ku_ring/main/MainPagerAdapter.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.