K Kiran Raotole Active Member Licensed User Sep 27, 2018 #1 Hii, I have to design button with icon or image at center and then text at bottom of icon. How to do this?
Hii, I have to design button with icon or image at center and then text at bottom of icon. How to do this?
Pendrush Well-Known Member Licensed User Longtime User Sep 27, 2018 #2 Add Panel and inside panel add ImageView and Label. Upvote 0
K Kiran Raotole Active Member Licensed User Sep 27, 2018 #3 Pendrush said: Add Panel and inside panel add ImageView and Label. Click to expand... Thanks. But, is any other option for this? - any library or changing some property in button view. Upvote 0
Pendrush said: Add Panel and inside panel add ImageView and Label. Click to expand... Thanks. But, is any other option for this? - any library or changing some property in button view.
Erel B4X founder Staff member Licensed User Longtime User Sep 27, 2018 #4 You can set the image with the designer. Try to play with the gravity to set the text as you like it. Upvote 0
You can set the image with the designer. Try to play with the gravity to set the text as you like it.
K Kiran Raotole Active Member Licensed User Sep 30, 2018 #5 Erel said: Try to play with the gravity to set the text as you like it. Click to expand... Thanks Upvote 0
M MrSmee New Member Dec 16, 2020 #6 I already put Panel and add Label but i dont know how to make the label clickable and go to another layout. need help guys Upvote 0
I already put Panel and add Label but i dont know how to make the label clickable and go to another layout. need help guys
Marvel Active Member Licensed User Dec 16, 2020 #7 Generate the panel click event from the designer, you can load whatever layout you want from that event. Also, it is better to create a new thread for your questions. Upvote 0
Generate the panel click event from the designer, you can load whatever layout you want from that event. Also, it is better to create a new thread for your questions.