Schadenfreude
05/03/2019, 8:57 AM<layer-list xmlns:android="<http://schemas.android.com/apk/res/android>">
<item>
<shape android:shape="oval">
<solid android:color="@color/black"/>
</shape>
</item>
<item
android:drawable="@drawable/btn_pen"
android:bottom="20dp"
android:left="20dp"
android:right="20dp"
android:top="20dp"/>
</layer-list>
And I want to programatically change the color of the oval shape, is there any way to do that (so far I’ve not found anything useful via Google searches)?leosan
05/03/2019, 9:08 AMSchadenfreude
05/03/2019, 9:13 AM