Open Moaness opened 5 years ago
calling .setDefaultValue() from java side is not working although xml android:defaultValue="" is working fine. But when it comes to different themes, calling this method from java code is necessary and can't be done by xml.
.setDefaultValue()
android:defaultValue=""
calling
.setDefaultValue()
from java side is not working although xmlandroid:defaultValue=""
is working fine. But when it comes to different themes, calling this method from java code is necessary and can't be done by xml.