I am a noob. I've seen some of the solutions here, and that just bounced above my head. Can anyone please help me setting up a font in the button? Also, if I can make it italic, bold etc. Here's my XML code
<Button
android:id="@+id/button1"
android:layout_width="60dp"
android:layout_height="40dp"
android:layout_alignBottom="@+id/tableLayout1"
android:layout_alignRight="@+id/relativeLayout1"
android:background="@drawable/crea"
android:textSize="30sp"
android:textColor="#ff0000"/>