티스토리 뷰
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:stretchColumns="0,1,2">
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="이름 : "/>
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_span="2"/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="아니오"
android:layout_column="1"/>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="예"
android:layout_column="2"/>
</TableRow>
</TableLayout>
'Android' 카테고리의 다른 글
토스트, 스낵바 예시 (0) | 2020.03.25 |
---|---|
이벤트 처리 예시 (터치 리스너, 키 이벤트, 제스처 디텍터) (0) | 2020.03.22 |
안드로이드에서 카카오톡 앱 열기 (0) | 2020.03.22 |
스크롤뷰 ScrollView 안의 LinearLayout (0) | 2020.03.22 |
쉐이프 드로어블 예제 (0) | 2020.03.16 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 표현패턴
- 다이얼연결
- 프래그먼트매니저
- 쉐이프드로어블
- 부가데이터
- ios
- 상태드로어블
- 뷰페이저
- 카카오톡열기
- 알림대화상자
- Objective-C
- 어댑터
- swift
- 스낵바설정
- 제스처디텍터
- CaseIterable
- subscript
- allcases
- 전화연결하기
- 프래그먼트
- 안드로이드
- 액션바
- 인플레이터
- 전화걸기연결
- 비트맵버튼
- 페이저타이틀스트립
- 데이터
- prepareforreuse
- objc
- 터치리스너
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함