Skip to content

Commit 5e05cad

Browse files
committed
Generated by gradle-git-publish.
1 parent 4e1a346 commit 5e05cad

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

index.html

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ <h2 class="project-tagline">Android TextView and EditText with hashtag, mention,
2929
<a href="https://developer.android.com/tools/releases/platforms/#5.0"><img alt="Android SDK" src="https://img.shields.io/badge/android-21%2B-34a853"></a>
3030
<br>
3131

32-
<a href="https://www.figma.com/design/i43IWarEyJrK0ZQrrGWFKo/socialview"><img alt="Figma" src="https://img.shields.io/badge/design-figma-f24e1e"></a>
33-
<a href="https://layers.to/layers/cmafdhvu00013jx0bu467xjbf/"><img alt="Layers" src="https://img.shields.io/badge/showcase-layers-000"></a>
32+
<a href="https://www.figma.com/community/file/1502318475869385725/"><img alt="Figma" src="https://img.shields.io/badge/design-figma-f24e1e"></a>
33+
<a href="https://layers.to/layers/cmahkfidf0019lb0d8aok3ahl/"><img alt="Layers" src="https://img.shields.io/badge/showcase-layers-000"></a>
34+
<a href="https://www.pinterest.com/pin/1107322627133689218/"><img alt="Pinterest" src="https://img.shields.io/badge/pin-pinterest-bd081c"></a>
3435
</p>
3536

3637
<h1>SocialView</h1>
@@ -91,14 +92,9 @@ <h2>Usage</h2>
9192

9293
<pre><code class="language-java">textView.setMentionEnabled(false);
9394
textView.setHashtagColor(Color.RED);
94-
textView.setOnHashtagClickListener(
95-
new SocialView.OnClickListener() {
96-
@Override
97-
public void invoke(SocialView socialView, String s) {
98-
// do something
99-
}
100-
}
101-
);
95+
textView.setOnHashtagClickListener((view, s) -&gt; {
96+
// ...
97+
});
10298
</code></pre>
10399

104100
<h3>Auto-complete</h3>

0 commit comments

Comments
 (0)