登录 注册
当前位置:主页 > 资源下载 > 50 > 利用Gradient渐变技术实现的Android代码,可创建歌词风格的TextView

利用Gradient渐变技术实现的Android代码,可创建歌词风格的TextView

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

资源介绍

GradientTextView 效果 GradientTextView 功能 GradientTextView是一个文字颜色逐步改变的自定义view,目前只有两种颜色。 如何使用 GradientTextView Step 1. Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2. Add the dependency dependencies { compile 'com.github.livesun:GradientTextView:v1.0' } Step 3 xml布局 Step 4 代码调用 //简单使用 GradienTextView gradienTextView = (GradienTextVi