Answers for "B4A GradientDrawable"

0

B4A GradientDrawable

Dim gd As GradientDrawable
Dim colors(2) As Int 
colors(0) = Colors.Blue 
colors(1) = Colors.Red 
gd.Initialize("TOP_BOTTOM",colors) 
gd.CornerRadius=0
btn.Background=gd
Posted by: Guest on February-20-2022

Code answers related to "B4A GradientDrawable"

Browse Popular Code Answers by Language