Drivemode / TypefaceHelper

Helper object for injecting typeface into various text views of android.
Apache License 2.0
107 stars 17 forks source link

Issue with fragment and view other than textview #3

Open ankush19902 opened 9 years ago

ankush19902 commented 9 years ago

I am using the library in one of my project. For complete activity is works fine, but if the activity has an fragment it doesn't work then. Moreover inside the fragment it doens't work using one of the exposed methods. Also if i apply it to button or any view other then textview then also it doesn't work. Is it meant to work on these or just the acitivities. For a button , i use TypefaceHelper.getInstance().setTypeface(addPhotoBtn, "JosefinSans-Regular.ttf");