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 c4852a3 commit f71109bCopy full SHA for f71109b
README.md
@@ -0,0 +1,22 @@
1
+# Implementation
2
+```
3
+<lostankit7.droid.customview.FontAwesomeIcon
4
+ android:id="@+id/textView"
5
+ android:layout_width="wrap_content"
6
+ android:layout_height="wrap_content"
7
+ android:layout_centerInParent="true"
8
+ android:gravity="center"
9
+ android:padding="10dp"
10
+ android:text="\uf058"
11
+ android:textColor="@color/purple_200"
12
+ android:textSize="25sp"
13
+ app:background_circular="true"
14
+ app:background_color="@color/white"
15
+ app:corner_radius="10dp"
16
+ android:clickable="true"
17
+ app:icon_type="fa_solid"
18
+ app:show_ripple="true"
19
+ app:show_stroke="true"
20
+ app:stroke_color="#A5B439"
21
+ app:stroke_width="1dp" />
22
0 commit comments