initial commit of TravelPost rework.
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.
This commit is contained in:
13
TravelPost/res/values/arrays.xml
Normal file
13
TravelPost/res/values/arrays.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user