Hi all
I have 2 questions
1. Using ConfigureHomeWidget we can align the widget to center, both vertical and horizontal. Is there a way to align to center just 1 dimension, either vertical or horizontal.
2. In portrait mode, phone will have height > width and thus a 2x2 widget will take up a place of a rectangle. While our widget design is as a square, e.g 146x146dip. Thus the widget appears on the device does not fill in the full 2x2 space assigned for it, but it will align on top/center of the space. Is there a way to make the widget to use all the space assigned for it, maybe fill_parents or can I change my widget size to 146 x XYZ (XYZ > 146) ?
I have 2 questions
1. Using ConfigureHomeWidget we can align the widget to center, both vertical and horizontal. Is there a way to align to center just 1 dimension, either vertical or horizontal.
2. In portrait mode, phone will have height > width and thus a 2x2 widget will take up a place of a rectangle. While our widget design is as a square, e.g 146x146dip. Thus the widget appears on the device does not fill in the full 2x2 space assigned for it, but it will align on top/center of the space. Is there a way to make the widget to use all the space assigned for it, maybe fill_parents or can I change my widget size to 146 x XYZ (XYZ > 146) ?