Obj1.New1(False)
Obj1.FromControl("Button1")
Obj1.SetProperty("FlatStyle", "Flat")
Really should split android off to its own forum.
On the desktop you could try altering the button FlatStyle to see if it looks like what you want. Obj1 is a Door library Oobject.
Valid styles are "Flat", "Popup" (flat till mouse-overed) and "Standard" (three-dimensional) and "System" (however the OS wants to draw it).B4X:Obj1.New1(False) Obj1.FromControl("Button1") Obj1.SetProperty("FlatStyle", "Flat")
...LinkLabel 1.1 library. ..., and strangely enough, it is missing in Additional DLL List.
I'd totally forgotten LinkLabel. It is actually a Panel, which is clickable on the device unlike a Label, with some blue text drawn on it.