Home | History | Annotate | Download | only in font
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <font-family xmlns:android="http://schemas.android.com/apk/res/android"
      3              xmlns:app="http://schemas.android.com/apk/res-auto">
      4   <!-- the tag inside font-family must be 'font' -->
      5   <ttf android:fontStyle="normal" android:fontWeight="400" android:font="@font/samplefont"
      6        app:fontStyle="normal" app:fontWeight="400" app:font="@font/samplefont" />
      7 </font-family>
      8