Skip to content Skip to sidebar Skip to footer
Showing posts with the label Typeface

How To Use Icon From Font File As A Drawable In Android

I have a font file whose icons I am using in layout files via a Custom TextView. I created a Custom… Read more How To Use Icon From Font File As A Drawable In Android

Android: Use Two Custom Fonts For One Edittext

This may sound a bit fishy but, even i dont know if this is possible in android or not. The require… Read more Android: Use Two Custom Fonts For One Edittext

Textview Isbold Always Returns Normal

I am setting Typeface of a textview like this textView.setTypeface(tf_roboto_medium, Typeface.BOLD)… Read more Textview Isbold Always Returns Normal

Custom Font In Android Listview

I'm using a custom font throughout my application (which, incidentally, I've frustratingly … Read more Custom Font In Android Listview