From dfd9298dfd82917ce66c50cd442b562a6d66a740 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 app/src/main/res/layout-land/weather_specific_fragment.xml create mode 100644 app/src/main/res/layout-port/weather_specific_fragment.xml delete mode 100644 app/src/main/res/layout/weather_specific_fragment.xml diff --git a/app/src/main/res/layout-land/weather_specific_fragment.xml b/app/src/main/res/layout-land/weather_specific_fragment.xml new file mode 100644 index 0000000..e1f17d9 --- /dev/null +++ b/app/src/main/res/layout-land/weather_specific_fragment.xml @@ -0,0 +1,488 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout-port/weather_specific_fragment.xml b/app/src/main/res/layout-port/weather_specific_fragment.xml new file mode 100644 index 0000000..fd12002 --- /dev/null +++ b/app/src/main/res/layout-port/weather_specific_fragment.xml @@ -0,0 +1,494 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/weather_specific_fragment.xml b/app/src/main/res/layout/weather_specific_fragment.xml deleted file mode 100644 index 95631bb..0000000 --- a/app/src/main/res/layout/weather_specific_fragment.xml +++ /dev/null @@ -1,495 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.1.4