How to Add SlantedTextView in Android App?
SlantedTextView is an Android library that allows us to easily create a slanted text in an android app. We can use this feature in many apps such as educational courses app or subscription-based app and in many other apps where some features are available for free and some are paid features. Note that we are going to implement this project using the Java language.
https://github.com/HeZaiJin/SlantedTextView
com.haozhang.libary:android-slanted-textview:1.2
Textview1 to slantTextView
com.haozhang.lib.SlantedTextView
app:slantedBackgroundColor="@color/colorPrimary"
app:slantedLength="40dp"
app:slantedMode="left"
app:slantedText="Pro"
app:slantedTextColor="#FFFFFF"
app:slantedTextSize="16sp"
slantTextView.setText("PRO");
❤ Telegram: @cococo_01 https://t.me/cococo_01
©2024 Sketchub | User Policy