Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- setting
- error
- UITableView
- simulator
- push
- UIView
- 얻는법
- 앱스토어
- 해몽
- Bitcode
- 스마트폰
- 보라카이
- 포켓몬 GO
- Check
- LG유플러스
- 공략
- Example
- IOS
- afterdelay
- 샘플
- 신도림 테크노마트
- GCD
- swift
- Xcode
- 포켓볼
- swift3
- 아이폰7
- 신도림
- 페이백
- loop
Archives
- Today
- Total
도래울
AbsoluteLayout (좌표로 만드는 레이아웃) 사용하기 본문
<AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent">
<Button android:layout_y="93dip" android:layout_height="wrap_content"
android:layout_x="93dip" android:layout_width="wrap_content"
android:id="@+id/Button01" android:text="Start Game"></Button>
</AbsoluteLayout>
'개발 > Android' 카테고리의 다른 글
[Android] Time Picker (0) | 2016.02.05 |
---|---|
안드로이드(Android) Tab 컨트롤 하단에 붙이기 (0) | 2016.02.05 |
Android Intent 유용한 사용예제 모음 (0) | 2016.02.05 |
[Android] - Context 란? (0) | 2016.02.05 |
안드로이드 - ProgressDialog 사용하기 예제 (0) | 2016.02.05 |
Comments