Back to project page CustomFontManager.
The source code is released under:
MIT License
If you think the Android project CustomFontManager listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.tetsu31415.customfont; /* w ww. ja v a2 s . c o m*/ import android.app.Activity; public class NewApiMethod { public NewApiMethod() { } public void setHomeButton(Activity activity) { activity.getActionBar().setHomeButtonEnabled(true); } }