Eme Fibonacci Well-Known Member Licensed User Longtime User Aug 10, 2017 #1 imageview.getdrawable Implementation getdrawable on design script. We would use folder structure res/drawable-hdpi
imageview.getdrawable Implementation getdrawable on design script. We would use folder structure res/drawable-hdpi
Erel B4X founder Staff member Licensed User Longtime User Aug 10, 2017 #2 View.Background returns the drawable. You cannot access resources directly. You can use XmlLayoutBuilder for that. In most cases there is no good reason to use resources.
View.Background returns the drawable. You cannot access resources directly. You can use XmlLayoutBuilder for that. In most cases there is no good reason to use resources.