diff --git a/settings.gradle b/settings.gradle index 4d7adb71e..704fd5738 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,9 +9,9 @@ include ':vtm-themes' include ':vtm-gdx' include ':vtm-desktop' include ':vtm-android-gdx' -include ':vtm-web' -include ':vtm-web-app' -include ':vtm-web-js' +//include ':vtm-web' +//include ':vtm-web-app' +//include ':vtm-web-js' include ':vtm-jeo' include ':vtm-jeo-desktop' include ':vtm-playground' diff --git a/vtm-android-example/AndroidManifest.xml b/vtm-android-example/AndroidManifest.xml index 5f2a9918a..2684729e4 100644 --- a/vtm-android-example/AndroidManifest.xml +++ b/vtm-android-example/AndroidManifest.xml @@ -15,8 +15,8 @@ - + android:label="@string/app_name" + android:theme="@style/AppTheme" > @@ -72,6 +72,12 @@ android:name="org.oscim.android.test.OsmJsonMapActivity" android:label="@string/title_activity_map" > - + + + + + \ No newline at end of file diff --git a/vtm-android-example/build.gradle b/vtm-android-example/build.gradle index 5aa737fb6..87993bcb1 100644 --- a/vtm-android-example/build.gradle +++ b/vtm-android-example/build.gradle @@ -11,7 +11,8 @@ dependencies { compile project(':vtm-extras') compile project(':vtm-themes') - compile 'com.android.support:support-v4:21.+' + compile 'com.android.support:support-v4:22.+' + compile 'com.android.support:appcompat-v7:22.+' eclipseCompile project(':appcompat') compile 'com.noveogroup.android:android-logger:1.3.4' diff --git a/vtm-android-example/res/layout/activity_map_styler.xml b/vtm-android-example/res/layout/activity_map_styler.xml index 1f622be23..875d1b801 100644 --- a/vtm-android-example/res/layout/activity_map_styler.xml +++ b/vtm-android-example/res/layout/activity_map_styler.xml @@ -26,7 +26,7 @@ android:id="@+id/controls" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:background="#cc000000" + android:background="#ccdddddd" android:orientation="vertical" android:paddingLeft="10dp" android:paddingRight="10dp" diff --git a/vtm-android-example/res/values/styles.xml b/vtm-android-example/res/values/styles.xml index 8e0a2292e..76c49238d 100644 --- a/vtm-android-example/res/values/styles.xml +++ b/vtm-android-example/res/values/styles.xml @@ -1,5 +1,5 @@ -