ListView and Samsung S3

LA3QMA

Member
Licensed User
Longtime User
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?
 

barx

Well-Known Member
Licensed User
Longtime User
Do you use 'dip' throughout? I have a s3 here so can do a little testing if you want upload a project.
 
Upvote 0

LA3QMA

Member
Licensed User
Longtime User
listview

tnx i'll try to prepare a version for you tonight/tomorrow.

Most likely a error from how i have developed this but it seems strange that this only affects the S3 users
 
Upvote 0
Top