Android Question Remoteview widget layout scaling issues

brampie66

Member
Licensed User
Longtime User
Hi,

I have some issues with remoteviews, I can't seem to get a 4x1 widget on multiple different devices (different aspect ratio screens).
I've also noticed that the xml b4a generates is using absolutelayout, according to this page,
https://developer.android.com/guide/topics/appwidgets/#CreatingLayout
this is not supported ?

Is there a way to force a widget to a specific format (4x1) and just resize like normal layouts ? (anchor also doesn't work when you set it to something other than left/top).

Can I use the Android IDE to design a layout and paste that xml into the xml b4A uses ?
Or is there a better way ?

thx
Bram
 
Top