AndroidAPS/core/src/main/res/values/attrs.xml

10 lines
336 B
XML
Raw Normal View History

2020-05-04 10:49:19 +02:00
<resources>
<attr name="dialogTitleBackground" format="reference" />
<attr name="dialogTitleColor" format="reference" />
<attr name="dialogTitleIconTint" format="reference" />
2022-01-31 22:22:20 +01:00
<declare-styleable name="NumberPicker">
<attr name="customContentDescription" format="string" />
</declare-styleable>
</resources>