Change-Id: I545d9731db74a462e09b9a2d626751012a5c1230
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
<H1>2. Size of widget</H1>
Widget has predefined size types.
1x1 is a square so its pixel size of width and height must has to be same.
- 2x2, 4x4 also sqaure.
+ 2x2, 4x4 also square.
2x1, 4x1, 4x2, 4x3 is a rectangle. so its pixel size of width & height should not be same.
pixel size of width should be long than height.
Pixel size can be differ between different devices.