mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
14 lines
377 B
XML
14 lines
377 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<resources>
|
||
|
|
||
|
<declare-styleable name="ActionEditText">
|
||
|
|
||
|
<attr name="optionOneString" format="string" />
|
||
|
<attr name="optionOneColor" format="color" />
|
||
|
<attr name="optionTwoString" format="string" />
|
||
|
<attr name="optionTwoColor" format="color" />
|
||
|
<attr name="onBadgeClick" format="string" />
|
||
|
|
||
|
</declare-styleable>
|
||
|
|
||
|
</resources>
|