Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zijing07 committed Apr 18, 2018
1 parent bda0ce0 commit 8c8d36f
Show file tree
Hide file tree
Showing 7 changed files with 104 additions and 2 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
78 changes: 78 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/markdown-navigator/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions README.md
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.
Binary file added demo.webm
Binary file not shown.
2 changes: 1 addition & 1 deletion extendedtextview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 15
targetSdkVersion 27
versionCode 1
versionName "1.0"
versionName "0.1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit 8c8d36f

Please sign in to comment.