Exemplo n.º 1
0
 @Override
 protected void attachBaseContext(Context newBase) {
   super.attachBaseContext(CalligraphyContextWrapper.wrap(newBase));
 }
 @Override
 protected void attachBaseContext(Context newBase) {
   super.attachBaseContext(TypekitContextWrapper.wrap(newBase));
 }
Exemplo n.º 3
0
 @Override
 protected void attachBaseContext(Context newBase) {
   super.attachBaseContext(new CalligraphyContextWrapper(newBase, R.attr.customFont));
 }
 @Override
 protected void attachBaseContext(Context newBase) {
   super.attachBaseContext(IconicsContextWrapper.wrap(newBase));
 }