chuck3e Active Member Licensed User Longtime User Dec 18, 2013 #1 I want my buttons to have that 3-D effect as made by B4A's GradientDrawable part of Designer. How do I make something like this work in B4J? Dim Gradient1 As GradientDrawable Dim Clrs(2) As Int Clrs(0) = Colors.Black Clrs(1) = Colors.White Gradient1.Initialize("TOP_BOTTOM", Clrs) -C
I want my buttons to have that 3-D effect as made by B4A's GradientDrawable part of Designer. How do I make something like this work in B4J? Dim Gradient1 As GradientDrawable Dim Clrs(2) As Int Clrs(0) = Colors.Black Clrs(1) = Colors.White Gradient1.Initialize("TOP_BOTTOM", Clrs) -C
Erel B4X founder Staff member Licensed User Longtime User Dec 19, 2013 #2 See this example: http://www.b4x.com/android/forum/threads/css-example.35854/ Upvote 0