I have created layout programmatically in my android application.
Here I have developed like horizontal listview with images.
I have to run the app which means I am getting the
- 2 images on small screen.
- 3 images displayed on medium screen.
- 5 images displayed on large screen.
But I wish to display the same design on all screen. i wish to display 3 images on small,medium,large and xlarge screen.
How can I do this?
Is it possible to display ? .