From: gu.martinm@gmail.com Date: Wed, 17 Sep 2014 17:59:56 +0000 (+0200) Subject: WeatherInformation: map with progress bar X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=8ec590295993c523193faa5c2b0f0c384da65356;p=JavaForFun WeatherInformation: map with progress bar --- diff --git a/Android/WeatherInformation/res/anim/weather_map_enter_progress.xml b/Android/WeatherInformation/res/anim/weather_map_enter_progress.xml new file mode 100644 index 0000000..c747270 --- /dev/null +++ b/Android/WeatherInformation/res/anim/weather_map_enter_progress.xml @@ -0,0 +1,8 @@ + + + + diff --git a/Android/WeatherInformation/res/anim/weather_map_exit_progress.xml b/Android/WeatherInformation/res/anim/weather_map_exit_progress.xml new file mode 100644 index 0000000..f425b7e --- /dev/null +++ b/Android/WeatherInformation/res/anim/weather_map_exit_progress.xml @@ -0,0 +1,8 @@ + + + + diff --git a/Android/WeatherInformation/res/layout/weather_map.xml b/Android/WeatherInformation/res/layout/weather_map.xml index 3f270e8..2e442c1 100644 --- a/Android/WeatherInformation/res/layout/weather_map.xml +++ b/Android/WeatherInformation/res/layout/weather_map.xml @@ -69,34 +69,16 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@+id/weather_map_citycountry_container" - android:layout_above="@+id/weather_map_button_savelocation" /> + android:layout_above="@+id/weather_map_buttons_container" /> - -