misp-bump/app/src/main/res/values/attrs.xml

12 lines
368 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="MaterialPreferenceText">
<attr name="pref_icon" format="reference"/>
<attr name="text"/>
<attr name="subText"/>
</declare-styleable>
<declare-styleable name="UploadAction">
<attr name="title" format="string"/>
</declare-styleable>
</resources>