ad

Custom Buttons in Android Studio



Custom Android Button in Android Studio

Here I have shown you how to create custom Buttons in Android Studio, you can copy the below codes and can change as per your need

activity_main.xml


create below files in Drawable folder , right click on folder then click new then Drawable resource file.
circle.xml


oval.xm


round.xml

rectangle.xml

backgroundlayout.xml

MainActivity.java

No comments:

Post a Comment

Recently added

Create a Basic Calculator on Andorid Studio

Hello Guys in this tutorial you will learn , how to create a basic calculator on Android Studio? So First create a new project on An...