Skip to main content

Posts

Showing posts from May, 2020

How to customize button in android

How to customize button in android Hello, Today we are going to see how we can customize the button in android. We will see how we can make a rounded corner button with background color and also see how we can gradient to the button.  See the below gif for both examples. Gradient Button in Android Background Color button in Android  First, let's see  How to change button background color in android Follow these steps to change your button background in android. To apply or change the background color of a button in android, we need to make a button in our layout and a new drawable file. We have added our button in layout as below,  we will make a drawable