gradienttext
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.weilianyang</groupId> <artifactId>gradienttext</artifactId> <version>1.0.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>io.github.weilianyang</groupId> <artifactId>gradienttext</artifactId> <version>1.0.3</version> <packaging>aar</packaging> <name>GradientTextView</name> <description>Used to set the font gradient color, gradient direction, and animation effect of the TexView.</description> <url>https://github.com/WeiLianYang/GradientTextView</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>WeiLianYang</id> <name>WeiLian</name> <email>williamyangc@163.com</email> </developer> </developers> <scm> <connection>https://github.com/WeiLianYang/GradientTextView.git</connection> <developerConnection>https://github.com/WeiLianYang/GradientTextView.git</developerConnection> <url>https://github.com/WeiLianYang/GradientTextView</url> </scm> <dependencies> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>1.5.31</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.core</groupId> <artifactId>core-ktx</artifactId> <version>1.6.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>androidx.appcompat</groupId> <artifactId>appcompat</artifactId> <version>1.3.1</version> <scope>compile</scope> </dependency> </dependencies> </project>