I want to change the background image of a button when clicked or focused.
This is my code:
Button tiny = (Button)findViewById(R.id.tiny); tiny.setOn
use this code create xml file in drawable folder name:button
and in button xml file
android:background="@drawable/button"