Created
October 10, 2015 10:51
-
-
Save orfeomorello/d359277cecb1469c26ea to your computer and use it in GitHub Desktop.
An Activity for app using https://github.com/Bearded-Hen/Android-Bootstrap
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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