-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
104 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# ExTextView | ||
|
||
Android Extended TextView. | ||
|
||
# Done Features | ||
- Animated Strike Through | ||
|
||
# TODO | ||
- Random Spotlight (Just like a moving spotlight on a billboard) | ||
- What else to extend? Please feel free to tell via opening an issue. | ||
|
||
# Demo | ||
![demo](demo.webm) | ||
|
||
# Something Else | ||
|
||
This project is written without any Kotlin, just to make it easy to use. But after programming with Kotlin for some time, writing pure Java really pains a little. | ||
|
||
The idea to write this library is that, I could not find one library to complete the `Animated Strike Through Textview` task. So I have to build it from scratch. | ||
|
||
Well that's not too much though, and the `Spotlight Effect` to be done. Welcome to create PRs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters