2015-10-02 13:20:15 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2016-11-05 19:28:47 +01:00
|
|
|
|
2015-10-02 13:20:15 +02:00
|
|
|
<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>
|
2015-12-20 20:10:04 +01:00
|
|
|
|
|
|
|
<declare-styleable name="MinMaxNumberPicker">
|
|
|
|
<attr name="min" format="integer"/>
|
|
|
|
<attr name="max" format="integer"/>
|
|
|
|
</declare-styleable>
|
2016-03-12 14:22:40 +01:00
|
|
|
|
2016-09-21 21:26:08 +02:00
|
|
|
<declare-styleable name="NegativeSeekBar">
|
|
|
|
<attr name="min_seek" format="integer"/>
|
|
|
|
<attr name="max_seek" format="integer"/>
|
|
|
|
</declare-styleable>
|
|
|
|
|
2016-03-12 14:22:40 +01:00
|
|
|
<attr name="navigation_view_theme" format="reference"/>
|
2020-02-20 06:29:45 +01:00
|
|
|
<attr name="actionBarTintColor" format="color"/>
|
2020-02-01 10:29:26 +01:00
|
|
|
<attr name="tabBarIconColor" format="reference|integer"/>
|
|
|
|
<attr name="tabBarIconInactive" format="reference|integer"/>
|
2016-03-12 14:22:40 +01:00
|
|
|
<attr name="selectable_list_drawable" format="reference|integer" />
|
2016-05-13 15:45:36 +02:00
|
|
|
<attr name="selectable_library_drawable" format="reference|integer"/>
|
2016-05-25 00:09:24 +02:00
|
|
|
<attr name="text_color_primary" format="reference|integer"/>
|
2016-06-07 20:14:36 +02:00
|
|
|
<attr name="background_card" format="reference|integer"/>
|
2017-08-30 21:50:19 +02:00
|
|
|
<attr name="icon_color" format="reference|integer"/>
|
2019-12-17 05:14:33 +01:00
|
|
|
<attr name="snackbar_background" format="reference|integer"/>
|
|
|
|
<attr name="snackbar_text" format="reference|integer"/>
|
2020-02-05 09:32:50 +01:00
|
|
|
<attr name="badgeColor" format="reference|integer"/>
|
2016-05-13 15:45:36 +02:00
|
|
|
</resources>
|