Android Question Adding additional views using designer

SoftHeart

Member
Hello good people,

I have downloaded several additional libraries that contain, or are just views. However, i have not been able to add them using the visual designer. Is there something i am missing? Or maybe there is no other option except hard-cording?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Custom views should appear under Add View - Custom View:

1615102790124.png


Only views that are implemented as "custom views" will appear in this list.
 
Upvote 0

SoftHeart

Member
Custom views should appear under Add View - Custom View:

View attachment 109215

Only views that are implemented as "custom views" will appear in this list.
For me, only the TabStrip appears on the Custom View submenu.
Only views that are implemented as "custom views" will appear in this list.
I don't understand what you mean by implement. Does the IDE do that automatically, is it done by the view's developer, or maybe i will have to do it myself?
 
Upvote 0
Top