Android Open Source - CustomFontManager New Api Method






From Project

Back to project page CustomFontManager.

License

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.

Java Source Code

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);
  }
}




Java Source Code List

com.tetsu31415.customfont.Commands.java
com.tetsu31415.customfont.FontInstallService.java
com.tetsu31415.customfont.MainActivity.java
com.tetsu31415.customfont.NewApiMethod.java
com.tetsu31415.customfont.OpenIntents.java
com.tetsu31415.customfont.SelectFontActivity.java
com.tetsu31415.customfont.Strings.java