Categories

Archives

AbsoluteLayout in Android (XML)

AbsoluteLayout is the layout that you may want if you want to specify the x and y, in html its position:absolute, and the x(top) and y(left) is android:layout_x and android:layout_y. By looking at this, you can see that there are 5 possible value. Yet in our example i’m going to give you 4 coz i [...]