10-15-2012 12:25 PM
I'm trying to duplicate the rectangle icons found on the home screen of BB10 in a grid format. Right now I have a flat image of gird with my icons (no distinguishable area) and would like to see the boxed while on top of my background colour. how would this be done in cascades qml. Thanks
Solved! Go to Solution.
10-15-2012 02:47 PM
You could use use ListView with the grid layout. Then use custom components for the list items. You should be able to set a background color of each item (transparent gray), have an ImageView and Label on top of that. Finally, have a background (anything of your chosing) for the whole Page... this piece would be independent of the ListView.
10-15-2012 03:04 PM - edited 10-16-2012 01:41 AM
ok sounds good im going to try this toinght , ill reply back soon. thanks
**update worked thanks***