nextcloud-android/res/values/attrs.xml
2015-12-01 22:00:53 +01:00

23 lines
No EOL
659 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_keep_file</item>
<item>@string/pref_behaviour_entries_move</item>
</string-array>
<string-array name="pref_behaviour_entryValues">
<item>NOTHING</item>
<item>MOVE</item>
</string-array>
</resources>