2014-12-22 77 views
1

通過使用此link 我擴展了TextView並設置了我的自定義字體(ComicSansMS.ttf),它在Android kitkat 4.4中正常工作,但未應用ics(micromax A89)字體。通過xml設置自定義字體在某些設備中不起作用

這段代碼在Android的奇巧4.4,但不是在集成電路(福邦A89)工作正常 - 它不會增加我的堆內存大小和我的應用程序不會被撞壞

<com.example.sample.setFont 
     android:id="@+id/textView1" 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" 
     android:text="Large Text" 
     android:textAppearance="?android:attr/textAppearanceLarge" 
     /> 

但是當我設置app:fontName="ComicSansMS.ttf"在芯片正常工作(微型A89),但它增加了我的堆內存大小,我的應用程序崩潰。 在此先感謝。

+1

可能是這樣的dup:https://stackoverflow.com/questions/16901930/memory-leaks-with-custom-font-for-set-custom-font –

+0

謝謝peterson ...增加我的堆內存大小不見了但字體不適用於ics(micromax A89)。 –

回答

相關問題