Testing Navigasi
This commit is contained in:
parent
9c7b40a50a
commit
b7c24af28a
@ -56,7 +56,7 @@ import com.example.cupcake.ui.StartOrderScreen
|
|||||||
* enum values that represent the screens in the app
|
* enum values that represent the screens in the app
|
||||||
*/
|
*/
|
||||||
enum class CupcakeScreen(@StringRes val title: Int) {
|
enum class CupcakeScreen(@StringRes val title: Int) {
|
||||||
Start(title = R.string.app_name),
|
Start(title = R.string.app_name), // Tampilan Awal Aplikasi
|
||||||
Flavor(title = R.string.choose_flavor),
|
Flavor(title = R.string.choose_flavor),
|
||||||
Pickup(title = R.string.choose_pickup_date),
|
Pickup(title = R.string.choose_pickup_date),
|
||||||
Summary(title = R.string.order_summary)
|
Summary(title = R.string.order_summary)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user