-
Notifications
You must be signed in to change notification settings - Fork 11
Layout system #4
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Let's add drawable Layouts like Grid, or Stack or so.
And then we can do like this:
<alohakit:CanvasView>
<alohakit:StackLayout>
<alohakit:RoundRectangle
WidthRequest="50" HeightRequest="50"
CornerRadius="12, 0, 0, 24"
Fill="Orange" />
<alohakit:Grid>
<alohakit:RoundRectangle
WidthRequest="50" HeightRequest="50"
CornerRadius="12, 0, 0, 24"
Fill="Orange" />
</alohakit:Grid>
</alohakit:StackLayout>
</alohakit:CanvasView>Of course naming is random, but the idea is - to have one canvas with a lot if graphic introls inside.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request