Update StarterNameActivity.kt
This commit is contained in:
parent
719b0c252c
commit
35f06dc12d
@ -60,13 +60,15 @@ class StarterNameActivity : AppCompatActivity() {
|
|||||||
player1NameInput?.apply {
|
player1NameInput?.apply {
|
||||||
setText(
|
setText(
|
||||||
getString("previousPlayer2", getString(R.string.player_1_default_name)),
|
getString("previousPlayer2", getString(R.string.player_1_default_name)),
|
||||||
TextView.BufferType.EDITABLE)
|
TextView.BufferType.EDITABLE
|
||||||
|
)
|
||||||
setAdapter(adapter)
|
setAdapter(adapter)
|
||||||
}
|
}
|
||||||
player2NameInput?.apply{
|
player2NameInput?.apply{
|
||||||
setText(
|
setText(
|
||||||
getString("previousPlayer1", getString(R.string.player_2_default_name)),
|
getString("previousPlayer1", getString(R.string.player_2_default_name)),
|
||||||
TextView.BufferType.EDITABLE)
|
TextView.BufferType.EDITABLE
|
||||||
|
)
|
||||||
setAdapter(adapter)
|
setAdapter(adapter)
|
||||||
}
|
}
|
||||||
starterRadioGroup?.check(
|
starterRadioGroup?.check(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user