您好,欢迎光临本网站![请登录][注册会员]  
文件名称: Android代码-自己平时收集的自定义控件集合库
  所属分类: 其它
  开发工具:
  文件大小: 1mb
  下载次数: 0
  上传时间: 2019-08-08
  提 供 者: weixin_********
 详细说明: MeiWidgetView 一款汇总了郭霖,鸿洋,以及自己平时收集的自定义控件的集合库。主旨帮助大家学习自定义控件中的一些技巧,分析问题解决问题的一种思路。 引入 Step 1. Add the JitPack repository to your build file root build.gradle allprojects { repositories { ... maven { url "https://jitpack.io" } } } Step 2. Add the dependency app build.gradle d ependencies { implementation com.github.HpWens:MeiWidgetView:v0.1.2 } Download APK 使用 1、文字路径 a、效果预览   b、xml布局 c、xml属性