add android example project
This commit is contained in:
8
vtm-android-example/res/values/strings.xml
Normal file
8
vtm-android-example/res/values/strings.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<resources>
|
||||
|
||||
<string name="app_name">TileMapExample</string>
|
||||
<string name="hello_world">Hello world!</string>
|
||||
<string name="menu_settings">Settings</string>
|
||||
<string name="title_activity_map">MapActivity</string>
|
||||
|
||||
</resources>
|
||||
5
vtm-android-example/res/values/styles.xml
Normal file
5
vtm-android-example/res/values/styles.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<resources>
|
||||
|
||||
<style name="AppTheme" parent="android:Theme.Holo.Light.NoActionBar" />
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user