How do I assign an id to a drawable in text view in the xml file.
The three dots is the drawable.
So I can find it by id.
findViewById<??????>(R.id.id_of_drawable)
How do I assign an id to a drawable in text view in the xml file.
The three dots is the drawable.
So I can find it by id.
findViewById<??????>(R.id.id_of_drawable)