240 发简信
IP属地:浙江
  • Resize,w 360,h 240
    TextView 设置文字颜色渐变

    之前公司有几个紧急项目就没有再做知识的总结了,现在又有了空闲,但是感觉纯粹的总结并没有太大的作用,还是将实际项目中应用到的一些自定义控件或者有意...

  • 个人知识总结:View篇--ScrollView

    A view group that allows the view hierarchy placed within it to be scrol...

  • 个人知识总结:View篇--RecyclerView

    A flexible view for providing a limited window into a large data set. 以上...

  • 个人知识总结:View篇--GridView

    A view that shows items in two-dimensional scrolling grid. The items in ...

  • 个人知识总结:View篇--ListView

    A view that shows items in a vertically scrolling list. The items come f...

  • 个人知识总结:View篇--WebView

    A View that displays web pages. This class is the basis upon which you c...

  • 个人知识总结:View篇--FrameLayout

    FrameLayout is designed to block out an area on the screen to display a ...

  • 个人知识总结:View篇--RadioButton、RadioGroup

    RadioGroup: This class is used to create a multiple-exclusion scope for ...

  • 个人知识总结:View篇--LinearLayout

    A Layout that arranges its children in a single column or a single row. ...