Merge remote-tracking branch 'remotes/upstream/streaming' into beta
[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_do_nothing</item>
16 <item>@string/pref_behaviour_entries_copy</item>
17 <item>@string/pref_behaviour_entries_move</item>
18 <item>@string/pref_behaviour_entries_delete</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 </resources>