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

33 lines
1007 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="title" format="string"/>
<attr name="subtitle" format="string"/>
<declare-styleable name="MaterialPreferenceText">
<attr name="pref_icon" format="reference"/>
<attr name="title"/>
<attr name="subtitle"/>
</declare-styleable>
<declare-styleable name="MaterialPreferenceSwitch">
<attr name="title"/>
<attr name="onText" format="string"/>
<attr name="offText" format="string"/>
</declare-styleable>
<declare-styleable name="MaterialPasswordView">
<attr name="title"/>
<attr name="password"/>
</declare-styleable>
<declare-styleable name="UploadAction">
<attr name="description" format="string"/>
</declare-styleable>
<declare-styleable name="FixedAspectRatioFrameLayout">
<attr name="aspectRatioWidth" format="integer"/>
<attr name="aspectRatioHeight" format="integer"/>
</declare-styleable>
</resources>