Search code examples
androidandroid-linearlayout

What is baseline android in linearlayout


BaseLine

When set to false, prevents the layout from aligning its children's baselines.

I don't get that give me a visual example please and also about android:baselineAlignedChildIndex


Solution

  • Here is an image of a baseline example in buttons in a linear horizontal oriented layout.

    enter image description here