35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="PaymentRequestWaitErrorView">
|
|
<attr name="mode" format="enum">
|
|
<enum name="progress" value="0" />
|
|
<enum name="error" value="1" />
|
|
</attr>
|
|
<attr name="iconSrc" format="reference" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="KeyboardResponsiveCoordinatorLayout">
|
|
<attr name="viewToHideWhenSoftKeyboardIsOpen" format="reference" />
|
|
</declare-styleable>
|
|
<declare-styleable name="PinPreviewView">
|
|
<attr name="pp_item_size" format="dimension" />
|
|
<attr name="pp_custom_drawable" format="reference" />
|
|
</declare-styleable>
|
|
<declare-styleable name="CustomSeekBar">
|
|
<attr name="tickMarkFixed" format="reference" />
|
|
</declare-styleable>
|
|
|
|
<attr name="shortcut_icon" format="integer" />
|
|
<attr name="shortcut_background" format="integer" />
|
|
<attr name="shortcut_text_color" format="reference" />
|
|
<attr name="shortcut_active" format="boolean" />
|
|
|
|
<declare-styleable name="ShortcutButton">
|
|
<attr name="shortcut_text_color" />
|
|
<attr name="shortcut_active" />
|
|
<attr name="background" format="reference" />
|
|
<attr name="src" format="reference" />
|
|
<attr name="text" format="reference" />
|
|
</declare-styleable>
|
|
</resources>
|