I'm learning Blackberry 10. I want to design a page in qml for balckberry 10 like below.
I didn't understand the layouts in qml. I want the layouts with specific width and height and with some alignments.
Could you please provide me the source code in qml for the below page.
Here is the layout you're requesting. Of course, you need to provide your own assets for
ImageView
,ImageButton
etc.Also, if you want to have different relative sizes of widgets and their position in respect to each other within the same
StackLayout
, I'd advise to play around StackLayoutProperties in that case.