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

36 lines
1.2 KiB
XML
Raw Normal View History

2019-06-11 14:52:41 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="title" format="string"/>
<attr name="subtitle" format="string"/>
2019-06-11 14:52:41 +02:00
<declare-styleable name="MaterialPreferenceText">
2019-07-03 14:50:43 +02:00
<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"/>
2019-06-11 14:52:41 +02:00
</declare-styleable>
2019-07-03 14:50:43 +02:00
<declare-styleable name="MaterialPasswordView">
<attr name="title"/>
<attr name="password"/>
</declare-styleable>
<declare-styleable name="ProgressActionView">
<attr name="action_title" format="string"/>
<attr name="action_pending_icon" format="reference"/>
<attr name="action_done_icon" format="reference"/>
<attr name="action_error_icon" format="reference"/>
</declare-styleable>
2019-07-24 12:06:52 +02:00
2019-07-11 16:22:58 +02:00
<declare-styleable name="FixedAspectRatioFrameLayout">
<attr name="aspectRatioWidth" format="integer"/>
<attr name="aspectRatioHeight" format="integer"/>
</declare-styleable>
2019-07-24 12:06:52 +02:00
</resources>