From 9282fcd6dacc24d43b3243d2940d35c6e78689ea Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Wed, 12 Nov 2014 20:56:22 +0100 Subject: [PATCH] WeatherInformation: current view, fixed error --- .../main/res/layout/weather_current_fragment.xml | 1076 ++++++++++---------- 1 file changed, 539 insertions(+), 537 deletions(-) diff --git a/Android/WeatherInformation/app/src/main/res/layout/weather_current_fragment.xml b/Android/WeatherInformation/app/src/main/res/layout/weather_current_fragment.xml index 23f5976..b800a70 100644 --- a/Android/WeatherInformation/app/src/main/res/layout/weather_current_fragment.xml +++ b/Android/WeatherInformation/app/src/main/res/layout/weather_current_fragment.xml @@ -1,545 +1,547 @@ - + android:layout_height="match_parent"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_height="match_parent" + android:layout_gravity="center"> + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + android:layout_width="0dp" + android:layout_weight="1" + android:layout_height="wrap_content" + android:gravity="center" + android:layout_gravity="center" + android:orientation="horizontal" > + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_width="0dp" + android:layout_height="wrap_content" + android:gravity="center" + android:layout_gravity="center" + android:layout_weight="1" + android:orientation="horizontal" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + -- 2.1.4