Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

View và ViewGroup

View Group
View – TextView
ImageView
EditText
RecycleView
CheckBox
ProgressBar
ScrollView

Các bộ thuộc tính chung


- layout_width match_parent
layout_height wrap_content
1 giá trị cụ thể (VD 30dp)
- margin_top padding_top
margin_bottom padding_bottom
margin_left/ start padding_start
margin_right/ end padding_end

- gravity: left/ end/ center/ center_in_vertical:…


quyết định vị tri của
o layout_gravity: quyết đinh vị trí của view con bên trong View cha
o background = “color” -> quyết đinh màu nền của View

You might also like