2015-10-02 07:20:15 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
<!-- Define the values for the attribute -->
|
|
|
|
<attr name="typeface" format="enum">
|
|
|
|
<enum name="ptsansNarrow" value="0"/>
|
|
|
|
<enum name="ptsansNarrowBold" value="1"/>
|
|
|
|
</attr>
|
|
|
|
|
|
|
|
<!-- Tell Android that the class "CustomButton" can be styled,
|
|
|
|
and which attributes it supports -->
|
|
|
|
<declare-styleable name="PTSansTextView">
|
|
|
|
<attr name="typeface"/>
|
|
|
|
</declare-styleable>
|
2015-12-20 14:10:04 -05:00
|
|
|
|
|
|
|
<declare-styleable name="MinMaxNumberPicker">
|
|
|
|
<attr name="min" format="integer"/>
|
|
|
|
<attr name="max" format="integer"/>
|
|
|
|
</declare-styleable>
|
2016-03-12 08:22:40 -05:00
|
|
|
|
|
|
|
<attr name="navigation_view_theme" format="reference"/>
|
|
|
|
<attr name="selectable_list_drawable" format="reference|integer" />
|
2016-05-13 09:45:36 -04:00
|
|
|
<attr name="selectable_library_drawable" format="reference|integer"/>
|
2016-03-12 08:22:40 -05:00
|
|
|
<attr name="divider_drawable" format="reference|integer" />
|
2016-05-24 18:09:24 -04:00
|
|
|
<attr name="text_color_primary" format="reference|integer"/>
|
2016-05-13 09:45:36 -04:00
|
|
|
</resources>
|