Skip to content

Instantly share code, notes, and snippets.

@orfeomorello
Created October 10, 2015 10:51
Show Gist options
  • Save orfeomorello/d359277cecb1469c26ea to your computer and use it in GitHub Desktop.
Save orfeomorello/d359277cecb1469c26ea to your computer and use it in GitHub Desktop.
package com.sample;
import android.app.Activity;
import android.os.Bundle;
import com.beardedhen.androidbootstrap.TypefaceProvider;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
TypefaceProvider.registerDefaultIconSets();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment