- 텍스트 뷰
: 텍스트를 화면에 표한하는 위젯
: TextView에 속성 추가
- 버튼
: CheckBox 위젯
: ToggleButton 위젯
:RadioButton 위젯
- 이미지뷰 및 이미지버튼
<ImageView
android:id="@+id/ImageView01"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
//이미지 불러오는 부분
android:src="@drawable/sample"/>
- EditText
: AutoCompleteTextView
: Spinner 위젯
댓글 없음:
댓글 쓰기