Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to set the color and direction of TextView gradient and animation effect in Android

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces how to set the color and direction of TextView gradient and animation effects in Android. It is very detailed and has certain reference value. Interested friends must finish reading it!

Add dependency

Previously, the repository was released on jcenter, but the migration has been completed recently because it is about to become unavailable. It is recommended that you use the configuration of mavenCentral.

Use jcenter

Implementation 'com.williamyang:gradienttext:1.0.1'

Use mavenCentral

Preview of buildscript {repositories {mavenCentral ()}} implementation 'io.github.weilianyang:gradienttext:1.0.1' effect:

1. Control style 2. Property introduction property optional value function gradient_ startColor value defines the start value of the gradient color in color.xml (default: # 6200EE) gradient_ endcolor value defines the end value of the gradient color in color.xml (default: # 03DAC5) gradient_directionleftToRight: from left to right TopToBottom: direction of gradient color from top to bottom (default: leftToRight) animation switch of gradient_animatetrue or false gradient color (default: false) animation speed of gradient color of gradient_speedslow, normal, fast (default: normal). Control the animation switch gradientTextView.apply {translateAnimate =! translateAnimate invalidate ()} in the code. These are all the contents of the article "how to set the color and direction of TextView gradient and animation effects in Android" Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report