https://github.com/debojyoti452/ultimatetextview
https://github.com/debojyoti452/ultimatetextview
customtextview fonttextview textview textviewcolor ultimate
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/debojyoti452/ultimatetextview
- Owner: debojyoti452
- License: gpl-3.0
- Created: 2019-09-09T16:32:08.000Z (almost 7 years ago)
- Default Branch: master_upload
- Last Pushed: 2019-09-09T20:11:40.000Z (almost 7 years ago)
- Last Synced: 2025-02-26T22:33:16.371Z (over 1 year ago)
- Topics: customtextview, fonttextview, textview, textviewcolor, ultimate
- Language: Kotlin
- Size: 2.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UltimateTextView
[](https://android-arsenal.com/api?level=19) [](https://www.jitpack.io/#debojyoti452/UltimateTextView) [](https://www.codacy.com/manual/debojyoti452/UltimateTextView?utm_source=github.com&utm_medium=referral&utm_content=debojyoti452/UltimateTextView&utm_campaign=Badge_Grade)
## Version
#### Tag = 1.0
## Sample
## Description
You can now fit your textview automatically and even by using these library you can directly customize your font through XML implementation. You can check sample folder for futher explanation.
## Requirement
* Must use AndroidX
* Kotlin Supported
## Installation
#### Project Level Gradle
```java
allprojects {
repositories {
maven { url 'https://www.jitpack.io' }
}
}
```
#### App Level Gradle
```java
dependencies {
implementation 'com.github.debojyoti452:UltimateTextView:Tag'
}
```
## Code Sample
#### XML Implementation
```xml
```
## Future Development
* Fade In Animation
* Bold, Italic, Strike Features
## License
>GNU General Public License v3.0
Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights.
## Contribution
Feel free to pull request.
Find this library useful? ❤️
Support it by joining stargazers for this repository. ⭐️