init commit
Change-Id: Ib96d43f22db2bdf360d1d1e0693f6aa5e3aa50ab
This commit is contained in:
7
DroidFinder/res/values/layer.xml
Executable file
7
DroidFinder/res/values/layer.xml
Executable file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="layers">
|
||||
<item>Satellite View</item>
|
||||
<item>Map View</item>
|
||||
</string-array>
|
||||
</resources>
|
||||
10
DroidFinder/res/values/measurement_unit.xml
Executable file
10
DroidFinder/res/values/measurement_unit.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<string-array name="unit">
|
||||
|
||||
<item>Standard</item>
|
||||
<item>Metric</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
5
DroidFinder/res/values/strings.xml
Normal file
5
DroidFinder/res/values/strings.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="hello">Hello World, DroidFinder!</string>
|
||||
<string name="app_name">Droid Finder</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user