#819, part 2: Instant uploads, depends on setting
[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>do nothing</item>
16 <item>copy file to OC folder</item>
17 <item>move file to OC folder</item>
18 <item>delete origin file</item>
19 </string-array>
20
21 <string-array name="pref_behaviour_entryValues">
22 <item>NOTHING</item>
23 <item>COPY</item>
24 <item>MOVE</item>
25 <item>DELETE</item>
26 </string-array>
27
28 </resources>