How to make a Button appear like a TextView in Android?
Hello all….. This is a simple trick where we can make the Button appear like a TextView in Android. This is done by setting the background of Button to null like this. b.setBackgroundDrawable(null); This is the xml that contains the button.