AbsolutLayout

  • The AbsolutLayout positioned the ui-elements with absolut Coordinates.
  • Not a very well layout, because it is fixed.
  • But sometimes you need this layout (sectionview with special elements)

Definition




    android:layout_x="10px"
    	android:layout_y="110px"
    	android:text="Username"
    	android:layout_width="wrap_content"
    	android:layout_height="wrap_content" />