The user interface of my application works fine in normal screens(470dp*320dp) but in case of small screens(426dp*320dp) various issues are popping up.
I have added supports-screens tag to the Manifest file, made separate layout directory(layout, layout-normal, layout-small) for the various screen resolutions, but the problem still persists.
Any ideas?