round buttons how to android studio code example
Example: how to create round button in android studio
<?xml version="1.0" encoding="utf-8"?><shape xmlns:android="..." android:shape="rectangle"> <solid android:color="#47D476"/> <corners android:radius="8dp"/></shape>