day2 day3

作者: 珏辰 | 来源:发表于2018-12-26 18:58 被阅读0次

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

相关文章

网友评论

      本文标题:day2 day3

      本文链接:https://www.haomeiwen.com/subject/rldklqtx.html