nextcloud-android/res/values/attrs.xml
2015-09-23 19:49:01 +02:00

27 lines
No EOL
806 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>
<string-array name="pref_behaviour_entries">
<item>@string/pref_behaviour_entries_do_nothing</item>
<item>@string/pref_behaviour_entries_copy</item>
<item>@string/pref_behaviour_entries_move</item>
<item>@string/pref_behaviour_entries_delete</item>
</string-array>
<string-array name="pref_behaviour_entryValues">
<item>NOTHING</item>
<item>COPY</item>
<item>MOVE</item>
<item>DELETE</item>
</string-array>
</resources>