Skip to content

Questions about widgets and styles #1752

Answered by freakboy3742
CarlosHGL asked this question in Q&A
Discussion options

You must be logged in to vote

corner-radius isn't something that is supported anywhere in Toga - and, broadly speaking, it would be unlikely to ever be supported. Toga very strongly supports using the platform's look-and-feel; unless I'm misunderstanding, corner-radius is a setting that is part of the platform API providing flexibility to control the specific appearance of widgets.

As for Frame - I don't know specifically which widget you're referring to here, as I can't find any reference to an android.widgets.Frame. If you mean FrameLayout, it's unlikely to ever be supported directly, as Toga has its own layout mechanism.

That said - one of the features of Toga is that you always have access to the underlying widgets;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CarlosHGL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants