Many times when I give a left margin to a view using the xml attribute 'android: marginLeft' android studio I get a warning saying that I consider adding also android: marginStart.
When I add it with the same value the warning disappears.
I understand that marginStart is for apis higher than 17, so the reason for using it is that? MarginLeft for apis below 17 and marginStart for superiors to 17, I also understand that marginLeft works on those above 17, so why do you recommend it? What is its function?