Skip to content

Commit df59a33

Browse files
committed
Merge branch 'master' into add-attrs
2 parents e5a8edf + 4315193 commit df59a33

File tree

1 file changed

+42
-2
lines changed

1 file changed

+42
-2
lines changed

README.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1-
# linkable-text-android
1+
# Linkable Text Library
22

3-
Clickable @mention, #hashtag and link
3+
[![Github Release][release-image]][release-url]
4+
5+
You can download Linkable Text Sample application on Google Play.
6+
7+
[![Get it on Google Play](http://www.android.com/images/brand/get_it_on_play_logo_small.png)](https://play.google.com/store/apps/details?id=com.github.fobid.linkabletext.sample)
8+
9+
# Download
10+
Download [the latest JAR](https://repo1.maven.org/maven2/com/github/fobid/linkabletext/0.1.0/linkabletext-0.1.0.aar) or grab via Maven:
11+
```
12+
<dependency>
13+
<groupId>com.github.fobid</groupId>
14+
<artifactId>linkable-text</artifactId>
15+
<version>0.1.0</version>
16+
</dependency>
17+
```
18+
or Gradle:
19+
```
20+
compile 'com.github.fobid:linkable-text:0.1.0'
21+
```
22+
23+
# Usage
24+
25+
# License
26+
```
27+
Copyright 2016 Fobid
28+
29+
Licensed under the Apache License, Version 2.0 (the "License");
30+
you may not use this file except in compliance with the License.
31+
You may obtain a copy of the License at
32+
33+
http://www.apache.org/licenses/LICENSE-2.0
34+
35+
Unless required by applicable law or agreed to in writing, software
36+
distributed under the License is distributed on an "AS IS" BASIS,
37+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
38+
See the License for the specific language governing permissions and
39+
limitations under the License.
40+
```
41+
42+
[release-image]: https://img.shields.io/badge/release-v0.1.0-lightgrey.svg
43+
[release-url]: https://github.com/fobid/linkable-text-android/releases/tag/v0.1.0

0 commit comments

Comments
 (0)