Android Question Home screen widget sizing

Alessandro71

Well-Known Member
Licensed User
Longtime User
starting from the dimensions specified in this thread
I've created a 4x2 widget, with a base panel of 294x144
The launcher (on a Samsung phone) correctly identifies it as 4x2 tiles widget, but once rendered on screen it, doesn't fill up all the available space, it's more like a 3.7x1.5 tiles
I understand that the layout scripts doesn't work for widget and I have no means of getting actual dimensions and resize elements accordingly
Is there a correct way for sizing widgets?
 
Top