We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6be4ea commit 59343d5Copy full SHA for 59343d5
README.md
@@ -0,0 +1,17 @@
1
+# Implementation
2
+Go to Settings.gradle, inside repositories block -> <br/>
3
+```
4
+repositories {
5
+ maven { url 'https://jitpack.io' }
6
+}
7
8
+
9
10
11
+implementation 'com.github.lostankit7:tags_below'
12
13
+//tag -
14
+For font awesome icon custom view :-
15
+ font_awesome_icon_v1.1 , switch to `font_awesome_icon branch` for more detail
16
17
0 commit comments