Latest version is included in XUI Views: https://www.b4x.com/android/forum/threads/100836/#content Cross platform round slider. Add it with the designer. Make sure that its width and height are the same. Make the custom view large enough as the custom view size includes the place for the...
Sub Process_Globals
Private fx As JFX
Private MainForm As Form
Private xui As XUI
Private Label1 As B4XView
End Sub
Sub AppStart (Form1 As Form, Args() As String)
.....
Label1.SetColorAndBorder(xui.Color_Transparent, 5dip, xui.Color_Red,50dip)
Label1.Text = "23"
End Sub
1. Latest version of RoundSlider is included in XUI Views library.
2. If you want to recreate it because you don't want to use a library then you are simply wasting your time...
3. Tip: b4xlibs are simple zip files. Open it and you will see the code.
Where do you install your B4X projects.
XUI Views.b4xlib is an internal library.
It is in the Libraries folder of each B4X platform
It is probably C:\Program Files (x86)\Anywhere Software\B4A\Libraries
Or something similar.