TODO: Need to finish Facebook and Twitter integration. To avoid context issues in facebook possible perform authorization in its own activity. Need to handle the widget and posting.
14 lines
338 B
XML
14 lines
338 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="accuracy_entries">
|
|
<item>High (8 meters)</item>
|
|
<item>Medium (20 meters)</item>
|
|
<item>Low (50 meters)</item>
|
|
</string-array>
|
|
<string-array name="accuracy_values">
|
|
<item>8</item>
|
|
<item>20</item>
|
|
<item>50</item>
|
|
</string-array>
|
|
</resources>
|