I am currently developing an appwidget and unfortunately it does not fits in phone with bigger screen sizes. How can I ensure that the appwidget has full width for all types of phones?
At first I thought this could be done by using width="fill_parent"
but it does not work.. The widget does not fill the width of the phone ( I am not sure whether it is based on the minWidth under xml folder )
I've also tried adding layout-sw480dp,layout-sw600dp,layout-sw720dp
and it still doesn't work...
The appwidget just won't fill the full width of the phone..
Any help is much appreciated!