절대 레이아웃
Posted by Albert 4795Day 14Hour 13Min 23Sec ago [2012-03-03]
실행화면
소스
=========================================================================
android:id="@+id/myAbsoluteLayout"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
android:id="@+id/Button01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="버튼"
android:layout_x="120px"
android:layout_y="50px"
/>