Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added two helpers for kotlin to dramatically reduce the code required… #2

Merged
merged 1 commit into from Dec 2, 2017

Conversation

jglanz
Copy link
Contributor

@jglanz jglanz commented Dec 1, 2017

To use an icon in an activity or with a ref to a context of any kind:

textView.text = fa(myStringId) 
textView.text = activity.fa(myStringId)

menuItem.icon  = activity.faDrawable(myStringId,myColorId,sizeF) 

@Livin21 Livin21 merged commit 5f15ec8 into Livin21:master Dec 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants