Troubleshooting wizard for mailbox

This commit is contained in:
Torsten Grote
2022-04-26 15:18:07 -03:00
parent df22df22a0
commit 5254efb630
11 changed files with 625 additions and 37 deletions

View File

@@ -37,14 +37,19 @@
<declare-styleable name="LargeTextInputView">
<attr name="buttonText" format="string"/>
<attr name="maxLines" format="integer"/>
<attr name="fillHeight" format="boolean"/>
<attr name="fillHeight" format="boolean" />
</declare-styleable>
<declare-styleable name="UnreadMessageButton">
<attr name="direction" format="enum">
<enum name="up" value="0"/>
<enum name="down" value="1"/>
<enum name="up" value="0" />
<enum name="down" value="1" />
</attr>
</declare-styleable>
<declare-styleable name="BriarButton">
<attr name="text" format="string" />
<attr name="buttonStyle" format="reference" />
</declare-styleable>
</resources>