changed according to latest comments
[pub/Android/ownCloud.git] / res / values / attrs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3
4 <declare-styleable name="ActionEditText">
5
6 <attr name="optionOneString" format="string" />
7 <attr name="optionOneColor" format="color" />
8 <attr name="optionTwoString" format="string" />
9 <attr name="optionTwoColor" format="color" />
10 <attr name="onBadgeClick" format="string" />
11
12 </declare-styleable>
13
14 <string-array name="pref_behaviour_entries">
15 <item>@string/pref_behaviour_entries_keep_file</item>
16 <item>@string/pref_behaviour_entries_move</item>
17 </string-array>
18
19 <string-array name="pref_behaviour_entryValues">
20 <item>NOTHING</item>
21 <item>MOVE</item>
22 </string-array>
23 </resources>