aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/nativegraphics/src/main/res/font/multiweight_family.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests/nativegraphics/src/main/res/font/multiweight_family.xml')
-rw-r--r--integration_tests/nativegraphics/src/main/res/font/multiweight_family.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/integration_tests/nativegraphics/src/main/res/font/multiweight_family.xml b/integration_tests/nativegraphics/src/main/res/font/multiweight_family.xml
new file mode 100644
index 000000000..2ed049021
--- /dev/null
+++ b/integration_tests/nativegraphics/src/main/res/font/multiweight_family.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<font-family xmlns:android="http://schemas.android.com/apk/res/android">
+ <font android:font="@font/a3em" android:fontWeight="100" android:fontStyle="normal" />
+ <font android:font="@font/b3em" android:fontWeight="400" android:fontStyle="normal" />
+ <font android:font="@font/c3em" android:fontWeight="700" android:fontStyle="normal" />
+</font-family>