What is the difference between Android margin start/end and right/left? -
what difference between android margin start , right (or margin end , left)?
it trivial question, cannot seem larn the documention difference between view start/end , left/right. don't understand something, cannot create progress @ all.
for left-to-right flow, start=left, end=right.
for right-to-left flow, start=right, end=left.
the "start" , "end" concepts added in api level 17, part of android 4.2's back upwards rtl layouts.
android android-layout
No comments:
Post a Comment