sketchub icon

❤ SlantedTextView Android SK

CoCoCo_CoCoCo
21 Likes
5 Comments
90 Downloads

Screenshots

About

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.

  • Github: https://github.com/HeZaiJin/SlantedTextView

  • libs (D8): com.haozhang.libary:android-slanted-textview:1.2

  • ID: Textview1 to slantTextView

  • Convert: TextView To👇 com.haozhang.lib.SlantedTextView

  • Inject: Textview1

app:slantedBackgroundColor="@color/colorPrimary"

app:slantedLength="40dp"

app:slantedMode="left"

app:slantedText="Pro"

app:slantedTextColor="#FFFFFF"

app:slantedTextSize="16sp"

  • Click onCreate : (Add and settext Write anything you want)

slantTextView.setText("PRO");

©2024 Sketchub | User Policy