- extract App into separate project, make VectorTileMap a library project

- added minimum MapActivity example
This commit is contained in:
Hannes Janetzek
2012-10-28 17:28:24 +01:00
parent ab5962d56c
commit 5916f1be5e
120 changed files with 0 additions and 7694 deletions

View File

@@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<solid android:color="#BB000000" />
</shape>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/delete_pressed"
android:state_pressed="true" />
<item android:drawable="@drawable/delete"
android:state_focused="true" />
<item android:drawable="@drawable/delete" />
</selector>

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/moreinfo_arrow_pressed"
android:state_pressed="true" />
<item android:drawable="@drawable/moreinfo_arrow"
android:state_focused="true" />
<item android:drawable="@drawable/moreinfo_arrow" />
</selector>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB