<?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>