Update to better FontAwesome functions

https://github.com/finnmglas/fontawesome-android
This commit is contained in:
Finn M Glas 2020-05-21 12:55:26 +02:00
parent 53a43f3eb2
commit 68b690aa31
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
3 changed files with 58 additions and 82 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This declares attributes for the FontAwesome TextView -->
<resources>
<declare-styleable name="FontAwesome">
<attr name="type" format="string" />
</declare-styleable>
</resources>