[android] Fix HoloEverywhere compilation with ant.

This commit is contained in:
vng 2013-05-24 18:40:05 +03:00 committed by Alex Zolotarev
parent ab89a8e66c
commit 8dea0c853e
4 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="MapsWithMe" default="help">
<target name="production" depends="release">
</target>
</project>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="MapsWithMe" default="help">
<target name="production" depends="release">
</target>
</project>

View file

@ -26,7 +26,8 @@
<application android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:name="com.mapswithme.maps.MWMApplication">
android:name="com.mapswithme.maps.MWMApplication"
android:theme="@style/Holo.Theme.Light">
<activity android:name="com.mapswithme.maps.DownloadResourcesActivity"
android:label="@string/app_name"

View file

@ -26,7 +26,8 @@
<application android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:name="com.mapswithme.maps.MWMApplication">
android:name="com.mapswithme.maps.MWMApplication"
android:theme="@style/Holo.Theme.Light">
<activity android:name="com.mapswithme.maps.DownloadResourcesActivity"
android:label="@string/app_name"