mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-20 10:50:52 +02:00
Update to better FontAwesome functions
https://github.com/finnmglas/fontawesome-android
This commit is contained in:
parent
53a43f3eb2
commit
68b690aa31
3 changed files with 58 additions and 82 deletions
8
app/src/main/res/values/attrs.xml
Normal file
8
app/src/main/res/values/attrs.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue