Remove TODO wording from README.md
This commit is contained in:
parent
5b8dab87ee
commit
8f9aedaebc
@ -5,15 +5,12 @@ This app contains an order flow for cupcakes with options for quantity, flavor,
|
||||
The order details get displayed on an order summary screen and can be shared to another app to
|
||||
send the order.
|
||||
|
||||
TODO
|
||||
|
||||
|
||||
Pre-requisites
|
||||
--------------
|
||||
* Experience with Kotlin syntax.
|
||||
* How to create and run a project in Android Studio.
|
||||
* How to create composable functions
|
||||
* TODO
|
||||
|
||||
|
||||
Getting Started
|
||||
|
||||
@ -62,7 +62,7 @@ fun SelectOptionScreen(
|
||||
modifier = modifier,
|
||||
verticalArrangement = Arrangement.SpaceBetween
|
||||
) {
|
||||
Column(modifier = Modifier.padding(dimensionResource(R.dimen.padding_medium))){
|
||||
Column(modifier = Modifier.padding(dimensionResource(R.dimen.padding_medium))) {
|
||||
options.forEach { item ->
|
||||
Row(
|
||||
modifier = Modifier.selectable(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user