Pallete : Text, Button
<TextView>
사용자에게 텍스트를 보여주는 사용자 인터페이스 요소
<EditText>
사용자가 텍스트 입력 및 수정이 가능한 뷰 위젯
<AutoCompleteTextView>
사용자가 입력하는 동안 자동 완성 제안을 표시하는 편집 가능한 뷰 위젯
<MultiAutoCompleteTextView>
<AutoCompleteTextView>에 복수의 자동완성 기능이 추가
<CheckedTextView>
체크박스를 사용하는 텍스트뷰
<Button>
text 속성 사용 가능background 속성과 src 속성 개별 사용 불가
<ImageButton>
text 속성 사용 불가
background 속성과 src 속성 개별 사용 가능
<Chip>
material Design
material.io/components/chips#anatomy
Material Design
Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences.
material.io
1. Container
2. Thumbnail [optional]
avatar, logo, or icon
3. Text
entity name, description, tag, action, or conversational
4. Remove icon [optional]
삭제 아이콘
<ChipGroup>
여러 개의 Chip을 포함할 수 있는 레이아웃
<CheckBox>
체크 박스
<RadioButton>
체크 박스와 비슷하지만 여러 개 중 하나만 선택 가능
<RadioGroup>
<RadioButton>의 그룹
<ToggleButton>
on/off 기능 버튼
<Switch>
<FloatingActionButton>
developer.android.com/guide/topics/ui/floating-action-button
플로팅 작업 버튼 추가 | Android 개발자 | Android Developers
플로팅 작업 버튼(FAB)은 앱 UI의 기본 작업을 트리거하는 원형 버튼입니다. 이 페이지에서는 FAB를 레이아웃에 추가하고, 모양을 맞춤설정하며, 버튼 탭에 응답하는 방법을 보여줍니다. 머티리얼
developer.android.com