From 53dea0f727196a6355ef8a609cbbfe7c415d1719 Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Tue, 8 Apr 2014 02:17:25 +0200 Subject: [PATCH] No time for comments. --- AndroidManifest.xml | 1 + res/layout/weather_map.xml | 12 +- .../exampletdd/WeatherInformationActivity.java | 126 +++++++++++++++++++- .../exampletdd/WeatherInformationMapActivity.java | 129 +++++++++++++++------ .../exampletdd/activityinterface/GetWeather.java | 3 + .../fragment/WeatherInformationDataFragment.java | 9 +- src/de/example/exampletdd/model/GeocodingData.java | 44 +------ 7 files changed, 228 insertions(+), 96 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 811923f..824a8b3 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -30,6 +30,7 @@ android:theme="@style/AppTheme" > diff --git a/res/layout/weather_map.xml b/res/layout/weather_map.xml index 62c94d0..c08aaa9 100644 --- a/res/layout/weather_map.xml +++ b/res/layout/weather_map.xml @@ -37,18 +37,8 @@ android:name="com.google.android.gms.maps.MapFragment" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_above="@+id/buttonweather" - android:layout_below="@+id/weather_map_citycountry_data" /> - -