Skip to content

Commit f71109b

Browse files
authored
Create README.md
1 parent c4852a3 commit f71109b

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)