Android Question How can add image to swiftbutton in b4a

Ahmadi

New Member
Hello Eral
How to add a image to a swiftbutton?

Untitled.png


in part of
"Designer / swiftbotton propertise / base background"
I enter the image but it does not display the image after compile
 

Mahares

Expert
Licensed User
Longtime User
I enter the image but it does not display the image after compile
You can use the CSBuilder code in this link, by asales or oparra. Then for the swiftbutton text you can use:
B4X:
SwiftButton1.xLBL.Text= cs
I know you are new, but don't address your question to one person to help you. Many others are willing too.
 
Upvote 0
Top