energypf Member Licensed User Longtime User Nov 16, 2012 #1 Let me know if you can create buttons with the ability to add an icon with multi-line text with different font size. I attach sample image. Attachments Grafica1..gif 5.1 KB · Views: 388
Let me know if you can create buttons with the ability to add an icon with multi-line text with different font size. I attach sample image.
Erel B4X founder Staff member Licensed User Longtime User Nov 16, 2012 #2 It will be easier to build it with a Panel, ImageView and two Labels. You can use a class to wrap all these views together. Upvote 0
It will be easier to build it with a Panel, ImageView and two Labels. You can use a class to wrap all these views together.
energypf Member Licensed User Longtime User Nov 16, 2012 #3 Is there any example? Especially in the class to wrap it all together Upvote 0