Use native fontFamily support for library titles

This commit is contained in:
arkon
2020-04-12 22:22:26 -04:00
parent 5bc9e1632a
commit 9058536406
5 changed files with 2 additions and 56 deletions

View File

@@ -1,15 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="typeface" format="enum">
<enum name="ptsansNarrow" value="0"/>
<enum name="ptsansNarrowBold" value="1"/>
</attr>
<declare-styleable name="PTSansTextView">
<attr name="typeface"/>
</declare-styleable>
<declare-styleable name="MinMaxNumberPicker">
<attr name="min" format="integer"/>
<attr name="max" format="integer"/>