Hi
I am creating a fragment containing multiple Text boxes all aligned side by side in a single row.
User can create multiple rows of these boxes to fill information.
One thing I noticed that , between 2 text boxes there was a small gap coming by default.
hence my effective space that I can use gets reduced comparatively .
I was wondering if there is any way where I can place Text boxes side by side and there would be no gap between them. the left hand border of the Second text box should be overlapping with the right hand border of the first text box.
This way I can fit more number of Text boxes in a row.
Any suggestions would be welcome.