styletest_async_providerfont.xml revision 2c4cbf16a9705a4fcb22a8de5cd8795745b01aa4
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         android:fontProviderAuthority="android.support.provider.fonts.font"
5         android:fontProviderPackage="android.support.compat.test"
6         android:fontProviderQuery="styleTest"
7         app:fontProviderAuthority="android.support.provider.fonts.font"
8         app:fontProviderPackage="android.support.compat.test"
9         app:fontProviderQuery="styleTest"
10         app:fontProviderFetchStrategy="async">
11</font-family>
12