
Security News
Bun 1.2.19 Adds Isolated Installs for Better Monorepo Support
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
github.com/mursaat/animatedgradienttextview
This library will allow you to create TextView which uses color gradients and custom fonts.
v0.0.5
The most recent release is v0.0.5, released August 29, 2017
To add a dependency using Gradle, add in your top-level build.gradle:
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
And then add in your app build.gradle :
dependencies {
compile 'com.github.Mursaat:AnimatedGradientTextView:v0.0.5'
}
Firstly, don't forget to add this in your container layout :
xmlns:app="http://schemas.android.com/apk/res-auto"
Here is an exemple using an AnimatedGradientTextView. I just put in my xml layout :
<com.mursaat.extendedtextview.AnimatedGradientTextView
...
app:colors="@array/funny_colors"
app:simultaneousColors="4"
app:angle="45"
app:speed="1000"
app:maxFPS="30"
app:customFont="BebasNeue.otf"
/>
All these parameters are optionals. Some explanations :
<?xml version="1.0" encoding="utf-8"?>
<resources>
...
<array name="funny_colors">
<item>@color/materialRed</item>
<item>@color/materialLime</item>
<item>@color/materialOrange</item>
<item>@color/materialPurple</item>
</array>
</resources>
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.
Security News
Popular npm packages like eslint-config-prettier were compromised after a phishing attack stole a maintainer’s token, spreading malicious updates.
Security News
/Research
A phishing attack targeted developers using a typosquatted npm domain (npnjs.com) to steal credentials via fake login pages - watch out for similar scams.