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" />
|
2015-08-14 18:18:36 +03:00
|
|
|
<attr name="optionTwoString" format="string" />
|
2012-05-02 01:37:37 +04:00
|
|
|
<attr name="optionTwoColor" format="color" />
|
|
|
|
<attr name="onBadgeClick" format="string" />
|
|
|
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
2015-09-19 15:33:29 +03:00
|
|
|
<string-array name="pref_behaviour_entries">
|
2015-12-01 23:59:12 +03:00
|
|
|
<item>@string/pref_behaviour_entries_keep_file</item>
|
2015-09-23 20:49:01 +03:00
|
|
|
<item>@string/pref_behaviour_entries_move</item>
|
2015-09-19 15:33:29 +03:00
|
|
|
</string-array>
|
|
|
|
|
|
|
|
<string-array name="pref_behaviour_entryValues">
|
|
|
|
<item>NOTHING</item>
|
|
|
|
<item>MOVE</item>
|
|
|
|
</string-array>
|
2012-05-02 01:37:37 +04:00
|
|
|
</resources>
|