Answers for "save button with icon in android studio"

-1

how to add icon to button in android studio

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
    <solid android:color="#FE4543"></solid>
     <stroke android:color="#FE4543" android:width="1dp"></stroke>

</shape>
Posted by: Guest on June-11-2021

Code answers related to "save button with icon in android studio"

Browse Popular Code Answers by Language