How do I change the typeface for a button in an 'item' template used by MvxLinearLayout? I am able to change the typeface for a standalone button but not sure how to do it for an item in an MvxLinearLayout.
Asked
Active
Viewed 121 times
1 Answers
1
You already answered your question. Change the type face on the button itself, not the layout.

PkL728
- 955
- 8
- 21
-
-
1Look at this example: http://stackoverflow.com/questions/3203694/custom-fonts-in-android – PkL728 May 30 '14 at 11:09
-