Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <Button
  2.  android:id="@+id/button2"
  3.  android:layout_width="wrap_content"
  4.  android:layout_height="wrap_content"
  5.  android:textColor="#ff0000"
  6.  android:text="@string/icon_heart" />
  7.  
  8. <!-- This is the Java Code
  9.  Typeface font = Typeface.createFromAsset( activity.getAssets(), "fontawesome-webfont.ttf" );
  10.  ...
  11.  button.setTypeface(font);
  12. -->