Android Question How to Get and or Set CustomView Common Properties

Mashiane

Expert
Licensed User
Longtime User
Hi All

CustomViews already have common properties besides the designer properties that one can define. How does one set and get the custom properties via code.

As an example, I want to set the Tag, Visible, Height, Width propertirs of the CustomListView and this is not available in intellisence and raises an error.

Thanks.
 
Top