use of com.joanzapata.iconify.fonts.IoniconsModule in project Instafood by Gear61.
the class MyApplication method onCreate.
@Override
public void onCreate() {
super.onCreate();
Iconify.with(new IoniconsModule());
mInstance = getApplicationContext();
}
use of com.joanzapata.iconify.fonts.IoniconsModule in project SQLPractice by Gear61.
the class MyApplication method onCreate.
public void onCreate() {
super.onCreate();
Iconify.with(new IoniconsModule()).with(new FontAwesomeModule());
}
use of com.joanzapata.iconify.fonts.IoniconsModule in project SQLPractice by Gear61.
the class MyApplication method onCreate.
public void onCreate() {
super.onCreate();
MyApplication.context = getApplicationContext();
Iconify.with(new IoniconsModule()).with(new FontAwesomeModule());
}
Aggregations