Skip to content

Commit dca1b3f

Browse files
authored
Update README.md
1 parent f71109b commit dca1b3f

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

README.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1 @@
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-
```
1+

0 commit comments

Comments
 (0)