I have a button created and have set the background color and text color as can be seen below. My question is: how do I set the buttons border color? I want to set the border co
try Material button
Set app:strokeWidth, app:strokeColor as per your need
Note : you need to add dependency for material widgets
//Material Components for Android implementation 'com.google.android.material:material:1.0.0'