Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #icon #button #android #studio
ADD COMMENT
Topic
Name
7+4 =