From e7f9a142e81439f3eac0df64cdd43ab267d5ff17 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. --- Android/WeatherInformation/AndroidManifest.xml | 1 + .../WeatherInformation/res/layout/weather_map.xml | 12 +- .../exampletdd/WeatherInformationActivity.java | 126 +++++++++++++++++++- .../exampletdd/WeatherInformationMapActivity.java | 129 +++++++++++++++------ .../exampletdd/activityinterface/GetWeather.java | 3 + .../fragment/WeatherInformationDataFragment.java | 9 +- .../de/example/exampletdd/model/GeocodingData.java | 44 +------ 7 files changed, 228 insertions(+), 96 deletions(-) diff --git a/Android/WeatherInformation/AndroidManifest.xml b/Android/WeatherInformation/AndroidManifest.xml index 811923f..824a8b3 100644 --- a/Android/WeatherInformation/AndroidManifest.xml +++ b/Android/WeatherInformation/AndroidManifest.xml @@ -30,6 +30,7 @@ android:theme="@style/AppTheme" > diff --git a/Android/WeatherInformation/res/layout/weather_map.xml b/Android/WeatherInformation/res/layout/weather_map.xml index 62c94d0..c08aaa9 100644 --- a/Android/WeatherInformation/res/layout/weather_map.xml +++ b/Android/WeatherInformation/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" /> - -