SyntaxFix
Write A Post
Hire A Developer
Questions
You can make buttons borderless through code as well:
TypedValue value= new TypedValue(); getApplicationContext().getTheme().resolveAttribute(android.R.attr.selectableItemBackground, value, true); myButton.setBackgroundResource(value.resourceId);