refactor: replaced bottom actions list with floating action button
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
package ru.omni_devel.cards
|
||||
|
||||
import android.app.Activity
|
||||
import androidx.compose.ui.graphics.vector.ImageVector
|
||||
|
||||
data class NavigationPageData(
|
||||
val name: String,
|
||||
val icon: ImageVector,
|
||||
val pageClass: Class<out Activity>? = null,
|
||||
val onClick: (() -> Unit)? = null
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user