Strange problem with views

stratus

Active Member
Licensed User
Longtime User
I have an activity with tabhost and a listview.
I set the height of the listview to entire activity height.The project runs ok on the emulator ,but in galaxy s3 the listview fills only the half screen,the size i have set the listview in the designer.I try to set the height at different sizes but nothing change the height is always the same i set in the designer.
Also if i set the activity color to something else except the default balck,the color is always black in the samsung.On emulator color is ok.
 

mc73

Well-Known Member
Licensed User
Longtime User
Perhaps you initialized the listView in your code? If this is the case, you should not do it, since I think that then this is a new item, so your app deals with the old one in the design view.
 
Upvote 0
Top