i have a xml which will draw oval shape , the code is below:\[code\]<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval"> <solid android:color="#61118"/> <stroke android:width="1sp" android:color="#1B434D" /></shape>\[/code\]Now i here \[code\]android:color="#61118"\[/code\] i need to pass the value from java class, Is it possible?If not is there any alternative way?