Skip to content

Instantly share code, notes, and snippets.

@pwittchen
Created January 31, 2013 23:14
Show Gist options
  • Save pwittchen/4687610 to your computer and use it in GitHub Desktop.
Save pwittchen/4687610 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<TextView
android:id="@+id/custom_font"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="This is our custom font" />
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment