https://github.com/zamberform/annotationtextandroid
An Library to show textview which can config annotation in Japanese&Chinese
https://github.com/zamberform/annotationtextandroid
android-annotations annotation textview
Last synced: 3 months ago
JSON representation
An Library to show textview which can config annotation in Japanese&Chinese
- Host: GitHub
- URL: https://github.com/zamberform/annotationtextandroid
- Owner: zamberform
- License: apache-2.0
- Created: 2019-05-24T11:30:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T03:38:08.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T04:13:27.552Z (4 months ago)
- Topics: android-annotations, annotation, textview
- Language: Kotlin
- Size: 188 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnnotationTextAndroid
An Library to show textview which can config annotation in Japanese&Chinese## SampleShow

### Gradle Setup
```gradle
dependencies {
implementation 'zamberform.jun.annotationtext:AnnotationTextView:0.0.1'
}
```### Maven Setup
```xml
zamberform.jun.annotationtext
AnnotationTextView
0.0.1
pom```
## How To Use
Follow the layout.xml in [Example Source](https://github.com/zamberform/AnnotationTextAndroid/tree/master/app/src/main/res/layout) or look at the [Attrs Definition](https://github.com/zamberform/AnnotationTextAndroid/blob/master/annotationtext/src/main/res/values/attrs.xml).