コード例 #1
0
ファイル: Capture.java プロジェクト: kahelnadiablo/Millenials
 @Override
 protected void attachBaseContext(Context newBase) {
   super.attachBaseContext(CalligraphyContextWrapper.wrap(newBase));
 }
コード例 #2
0
 @Override
 protected void attachBaseContext(Context newBase) {
   super.attachBaseContext(TypekitContextWrapper.wrap(newBase));
 }
コード例 #3
0
ファイル: Search.java プロジェクト: Patrichuan/Dearles
 @Override
 protected void attachBaseContext(Context newBase) {
   super.attachBaseContext(new CalligraphyContextWrapper(newBase, R.attr.customFont));
 }
コード例 #4
0
 @Override
 protected void attachBaseContext(Context newBase) {
   super.attachBaseContext(IconicsContextWrapper.wrap(newBase));
 }