Nav: First iteration integrating Appyx
This commit is contained in:
parent
c040e18431
commit
8b8b490bb2
28 changed files with 566 additions and 280 deletions
|
|
@ -14,6 +14,7 @@ dependencies {
|
|||
implementation(libs.mavericks.compose)
|
||||
implementation(libs.accompanist.pager)
|
||||
implementation(libs.accompanist.pagerindicator)
|
||||
implementation(libs.appyx.core)
|
||||
testImplementation(libs.test.junit)
|
||||
androidTestImplementation(libs.test.junitext)
|
||||
ksp(libs.showkase.processor)
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ class SplashCarouselStateFactory {
|
|||
|
||||
fun hero(@DrawableRes lightDrawable: Int, @DrawableRes darkDrawable: Int) =
|
||||
if (lightTheme) lightDrawable else darkDrawable
|
||||
|
||||
return SplashCarouselState(
|
||||
listOf(
|
||||
SplashCarouselState.Item(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue