Está en la página 1de 1

@SuppressLint("MissingInflatedId", "SetTextI18n")

txt1.text="Buenas Tardes"
nombre.text="David Molano"

import android.annotation.SuppressLint

import android.widget.TextView

viewbinding{
enable=true

val txt1=findViewById<TextView>(R.id.texto1)
val nombre=findViewById<TextView>(R.id.nombre)

txt1.text="Buenas Tardes"
nombre.text="David Molano"

También podría gustarte