Why alignParentStart in RelativeLayout?

    1 answer 1

    if the alignParentStart attribute is set for an object inside RelativeLayout, then this object will be pressed to the left edge of the RelativeLayout from the inside of RelativeLayout. the word start is used, and not the left - these are different values, if the direction is chosen from right to left. For example, for Arabic localization, alignParentStart will draw the object to the right edge. Here is a useful link: http://developer.android.com/intl/ru/reference/android/view/View.html#attr_android:layoutDirection