mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-12 12:08:56 +01:00
Use native fontFamily support for library titles
This commit is contained in:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user