文件名称:RoundRainbowTextView:Android自定义TextView,带渐变色边框的彩虹字效果
文件大小:155KB
文件格式:ZIP
更新时间:2024-05-22 03:51:20
Java
RoundRainbowTextView Android自定义TextView,带渐变色边框的彩虹字效果 RoundRainbowTextView textView = findViewById(R.id.custom); textView.setBorder(2, 5, new int[]{Color.RED, Color.YELLOW});
【文件预览】:
RoundRainbowTextView-master
----gradlew(5KB)
----settings.gradle(15B)
----screenshot.jpg(21KB)
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
--------caches()
--------gradle.xml(626B)
--------encodings.xml(159B)
--------codeStyles()
--------vcs.xml(167B)
----LICENSE(1KB)
----gradle()
--------wrapper()
----README.md(266B)
----gradlew.bat(2KB)
----gradle.properties(726B)
----.gitignore(87B)
----app()
--------src()
--------.gitignore(13B)
--------build.gradle(934B)
--------proguard-rules.pro(751B)
----build.gradle(546B)