Techbirds | Knowledge Hub | Page 18
How to create a rounded button in android: Step1: add a xml file button_round.xml in drawable folder with following code: Step2: add this drawable as the background of your button android:background = “@drawable/button_round” 668 total views, no views today 668 total views, no views today How to add badge to corner of button as:-