nextcloud-android/res/values/attrs.xml

14 lines
377 B
XML
Raw Normal View History

2012-05-02 01:37:37 +04:00
<?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>