I am currently designing a login page and I've run into a problem with using rounded rectangles. My current layout looks somewhat like this:
It's a rounded rectangle containing a smaller rounded rectangle.
As you can see, the right edges of both rectangles seem to merge. However, I want to maintain a constant distance between the borders of the two rectangles for a crisper look. Is there any way I can do this?
On the
EditText
you may want to trylayout_marginRight
in the XML.