Android Question [Solved]How to create texture of button like wood ?

Theera

Expert
Licensed User
Longtime User
From Swiftbutton in B4XViews library sample , If I need addition texture of a customview button like wood. How to code?
 
Solution
SwiftButton doesn't support it. You will need to use the source code and make it works with images instead of solid colors.
Top