登录 注册
当前位置:主页 > 资源下载 > 9 > Android TextView with Outline: OutlineTextView

Android TextView with Outline: OutlineTextView

  • 更新:2024-06-20 11:03:32
  • 大小:196KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

OutlineTextView 带有大纲/描边的Android TextView 例子 快速设置 1.包含库 使用Gradle 目前,Jitpack上提供了OutlineTextView,因此,如果还没有添加,请在其他所有内容之前添加以下行。 allprojects { repositories { maven { url ' https://jitpack.io ' } } } 然后添加以下行 dependencies { implementation ' com.github.iamBedant:OutlineTextView:1.0.5 ' } 使用Maven 在添加Maven依赖项之前,还请添加以下几行 jitpack.io https://jit