1.View
TextView
text 文本
textSize
textColor
textStyle
lines
singleLine
typeface
跑马灯:
singleLine="true"
ellipsize="marquee"
focusable="true"
focusablenInTouchMode="true"
2. EditText
hint 内容为空的时候显示的文本
editable 设置是否可编辑
maxLength 设置最大的字数
inputType
3. ImageView
src
scaleType 缩放模式
4. imageButton
网友评论