Hello
How can I set the shape of a jButton to oval ?
With this code : The buttons turn into an oval when I tap them. Not when the form is shown.
I want them to turn into oval when the app starts.
procedure TAndroidModule1.AndroidModule1JNIPrompt(Sender: TObject);
begin
LoadButton.SetRoundCorner();
LoadButton.SetRadiusRoundCorner(90);
end;