Both layout properties displayed the view in the user interface, but matching this left / start view with the left / start edge, another specified view.
On Android, the layout_alignLeft attribute layout_alignLeft used to support older versions of the API. Api 17 added layout_alignStart and layout_alignEnd for "Right-to-Left", so "RTL" and "LTR" can be written.
Left to right: End = Right, Start = Left
Left to Right: End = Left, Start = Right
source share