forked from greenrobot/EventBus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
30 lines (26 loc) · 1.08 KB
/
Copy pathstrings.xml
File metadata and controls
30 lines (26 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Event Performance</string>
<string name="test_eventBus">EventBus</string>
<string name="test_otto">OttoBus</string>
<string name="test_broadcast">Broadcast</string>
<string name="test_localBroadcast">Local Broadcast</string>
<string name="eventViewText">Events:</string>
<string name="subscriberViewText">Subscribers:</string>
<string name="buttonStartText">Start</string>
<string-array name="spinnerTestsToRun">
<item>Post Events</item>
<item>Register Subscribers</item>
<item>Register Subscribers, no unregister</item>
<item>Register Subscribers, 1. time</item>
</string-array>
<string-array name="spinnerThreadModes">
<item>PostThread</item>
<item>MainThread</item>
<item>BackgroundThread</item>
<item>Async</item>
</string-array>
<string name="testIsRunning">Test Is \nRunning!</string>
<string name="buttonCancel">Cancel</string>
<string name="buttonKillProcess">Kill Process</string>
</resources>