From a716cc26335d27d8cf2dd4fca65d983938404366 Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Wed, 24 Sep 2014 03:18:04 +0200 Subject: [PATCH] WeatherInformation: progress current Following same style as ListFragment --- .../res/layout/weather_current_fragment.xml | 26 +++++++--------------- 1 file changed, 8 insertions(+), 18 deletions(-) diff --git a/Android/WeatherInformation/res/layout/weather_current_fragment.xml b/Android/WeatherInformation/res/layout/weather_current_fragment.xml index d03debb..4f2ec5c 100644 --- a/Android/WeatherInformation/res/layout/weather_current_fragment.xml +++ b/Android/WeatherInformation/res/layout/weather_current_fragment.xml @@ -545,27 +545,17 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" - android:indeterminateBehavior="repeat" - android:indeterminateDuration="3500" - android:indeterminateOnly="true" - android:visibility="gone" /> - - + + + android:text="No data available" + android:textAppearance="?android:attr/textAppearanceSmall" + android:visibility="gone" /> - - -- 2.1.4