In Activity_Create i have the following:
Activity.AddView(ListView1,0,275,-1,-1)
Using the designerscript/autoscalleall i have set all buttons to .height 60dip
I have three buttons vertically so this should give 60x3
Setting ListView1.top = btn_name.bottom seems to work on all mye devices and seems ok on the UI-Cloud.
But a user with an Samsung S3 the ListView is positioned wrong as in aprox -60dip
Any ideas on how i can solve this?
I have tried to add different layout variants but no change.
Could i use a variant script for the S3 to offset the ListView to -60dip?
If so how?
Activity.AddView(ListView1,0,275,-1,-1)
Using the designerscript/autoscalleall i have set all buttons to .height 60dip
I have three buttons vertically so this should give 60x3
Setting ListView1.top = btn_name.bottom seems to work on all mye devices and seems ok on the UI-Cloud.
But a user with an Samsung S3 the ListView is positioned wrong as in aprox -60dip
Any ideas on how i can solve this?
I have tried to add different layout variants but no change.
Could i use a variant script for the S3 to offset the ListView to -60dip?
If so how?