About 33,100 results
Open links in new tab
  1. Create a linear layout | Views | Android Developers

    Jun 27, 2024 · LinearLayout is a view group that aligns all children in a single direction, vertically or horizontally. You can specify the layout direction with the android:orientation attribute.

  2. LinearLayout and its Important Attributes with Examples in

    Jul 23, 2025 · LinearLayout is one of the most basic layouts in android studio, that arranges multiple sub-views (UI elements) sequentially in a single direction i.e. horizontal or vertical …

  3. Android Linear Layout - Online Tutorials Library

    Android LinearLayout is a view group that aligns all children in either vertically or horizontally.

  4. Android LinearLayout Tutorial with Examples | o7planning.org

    LinearLayout is a ViewGroup that arranges the child View (s) in a single direction, either vertically or horizontally. You can specify its orientation by using the android:orientation attribute.

  5. Android LinearLayout

    LinearLayout widget supports many attributes. In the above code snippet, we have given some of them: layout_width, layout_height, orientation and gravity. We will go through each one of …

  6. Android LinearLayout - Tutorial Ride

    LinearLayout is a view group that aligns all children in a single direction, vertically or horizontally. It is a commonly used view group that lays out its children views either horizontally or …

  7. Android LinearLayout with Examples - Tutlane

    In android, LinearLayout is a ViewGroup subclass which is used to render all child View instances one by one either in Horizontal direction or Vertical direction based on the orientation property.

  8. Linear Layout Tutorial With Examples In Android

    Jan 26, 2018 · In the Linear layout all the elements are displayed in linear fashion means all the childs/elements of a linear layout are displayed according to its orientation. The value for …

  9. LinearLayout | API reference | Android Developers

    Build AI-powered Android apps with Gemini APIs and more.

  10. Linear Layout | Android Developers

    LinearLayout is a view group that aligns all children in a single direction, vertically or horizontally. You can specify the layout direction with the android:orientation attribute.