From 390b34fb487fd89939812dc5af637d7e0f04dc6e Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Fri, 31 Oct 2014 03:31:05 +0100 Subject: [PATCH] WeatherInformation: specific layout improvements --- .../res/layout-land/weather_specific_fragment.xml | 488 ++++++++++++++++++++ .../res/layout-port/weather_specific_fragment.xml | 494 ++++++++++++++++++++ .../main/res/layout/weather_specific_fragment.xml | 495 --------------------- 3 files changed, 982 insertions(+), 495 deletions(-) create mode 100644 Android/WeatherInformation/app/src/main/res/layout-land/weather_specific_fragment.xml create mode 100644 Android/WeatherInformation/app/src/main/res/layout-port/weather_specific_fragment.xml delete mode 100644 Android/WeatherInformation/app/src/main/res/layout/weather_specific_fragment.xml diff --git a/Android/WeatherInformation/app/src/main/res/layout-land/weather_specific_fragment.xml b/Android/WeatherInformation/app/src/main/res/layout-land/weather_specific_fragment.xml new file mode 100644 index 0000000..e1f17d9 --- /dev/null +++ b/Android/WeatherInformation/app/src/main/res/layout-land/weather_specific_fragment.xml @@ -0,0 +1,488 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Android/WeatherInformation/app/src/main/res/layout-port/weather_specific_fragment.xml b/Android/WeatherInformation/app/src/main/res/layout-port/weather_specific_fragment.xml new file mode 100644 index 0000000..fd12002 --- /dev/null +++ b/Android/WeatherInformation/app/src/main/res/layout-port/weather_specific_fragment.xml @@ -0,0 +1,494 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Android/WeatherInformation/app/src/main/res/layout/weather_specific_fragment.xml b/Android/WeatherInformation/app/src/main/res/layout/weather_specific_fragment.xml deleted file mode 100644 index 95631bb..0000000 --- a/Android/WeatherInformation/app/src/main/res/layout/weather_specific_fragment.xml +++ /dev/null @@ -1,495 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.1.4