-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.xml
More file actions
36 lines (30 loc) · 1.22 KB
/
strings.xml
File metadata and controls
36 lines (30 loc) · 1.22 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
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (c) 2015-present, Parse, LLC.
~ All rights reserved.
~
~ This source code is licensed under the BSD-style license found in the
~ LICENSE file in the root directory of this source tree. An additional grant
~ of patent rights can be found in the PATENTS file in the same directory.
-->
<resources>
<string name="parse_app_id">YOUR_APPLICATION_ID</string>
<string name="parse_client_key">YOUR_CLIENT_KEY</string>
<string name="app_name">Parse Starter Project</string>
<string name="hello_world">Hello World!</string>
<string name="action_settings">Settings</string>
<string name="title_activity_rider">Map</string>
<string name="title_activity_driver_location">Map</string>
<string-array name="Blood_Groups">
<item>A+</item>
<item>A-</item>
<item>O+</item>
<item>O-</item>
<item>B+</item>
<item>B-</item>
<item>AB+</item>
<item>AB-</item>
</string-array>
<string name="title_activity_blood_bank_nearby">Map</string>
<string name="google_maps_key">AIzaSyCTAqBcgQBnf7O8J3CBROr1INGANWFpb9k</string>
<string name="title_activity_blood_banknearby">Map</string>
</resources>