Text
- TextView
- dp 보다는 sp를 권장(디바이스의 기본 텍스트 사이즈에 따라 바뀌어야 하기 때문)
- Plain text
- Password
- Password (Numeric)
- E-mail
- Phone
- Postal Address
- Multiline Text
- Time
- Date
- Number
- Number (Signed)
- Number (Decimal)
- AutoComplete TextView
- MultiAutoCompleteTextView
- CheckedTextView
- TextInputLayout
Buttons
- Button
- ImageButton
- ChipGroup
- Chip
- CheckBox
- RadioGroup
- radiogroup 내 radiobutton 이 있어야지 선택 가능
- RadioButton
- 딱 하나만 선택
- radiogroup에 포함안되어 있으면 라디오 버튼의 의미가 없어짐
- ToggleButton
- Switch
- FloatingActionButton
Widgets
- View
- ImageView
- WebVIew
- VideoView
- CalenderVIew
- ProgressBar
- ProgressBar (Horizontal)
- SeekBar
- SeekBar (Discrete)
- RatingBar
- SearchView
- TextureView
- SurfaceView
- Horizontal Divider
- Vertical Divider
Containers
- Spinner
- 드롭 다운
- RecyclerView
- ScrollView
- HorizontalScrollView
- NestedScrollView
- ViewPager
- Card View
- AppBarLayout
- BottomAppBar
- NavigationVIew
- BottomNavigationView
- ToolBar
- TabLayout
- TabItem
- ViewStub
- 사이즈가 없는 보이지않는 뷰에서 늦은 전개를 원할때
- <include>
- <fragment>
- NavHostFragment
- <view>
- <requestFocus>
Google
Legacy
- GridLayout
- ListView
- TabHost
- RelativeLayout
- GridView