The android doc here and here says:
"Must be one or more (separated by '|') of the following constant values."
How does android process multiple gravity values like "top|center_horizontal
"?
Is it that it first places the object at the top and then position is at central horizontally?
What is the difference between, say "top|left"
and "left|top"
?
Or is it that we always have to specify the vertical gravity first and then the horizontal gravity?