Skip to content

Commit

Permalink
Added Image to RegistrationScreen
Browse files Browse the repository at this point in the history
  • Loading branch information
akashmeruva9 committed Jun 17, 2024
1 parent 30dd7af commit 9802c28
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import androidx.compose.ui.unit.dp
import com.owlbuddy.www.countrycodechooser.CountryCodeChooser
import com.owlbuddy.www.countrycodechooser.utils.enums.CountryCodeType
import org.mifos.mobile.R
import org.mifos.mobile.core.ui.component.MifosMobileIcon
import org.mifos.mobile.core.ui.component.MifosOutlinedTextField

/**
Expand Down Expand Up @@ -107,6 +108,8 @@ fun RegistrationScreen(
keyboardController?.hide()
})
}) {
MifosMobileIcon(id = R.drawable.mifos_logo)

MifosOutlinedTextField(
value = accountNumber,
onValueChange = { accountNumber = it },
Expand Down

0 comments on commit 9802c28

Please sign in to comment.