From da6401db812f1ba9327cb08f8300439770c84431 Mon Sep 17 00:00:00 2001 From: Dan Galpin Date: Sun, 24 May 2015 14:10:35 -0700 Subject: [PATCH] Added contextual empty view around network status. --- app/src/main/AndroidManifest.xml | 4 ++++ .../sunshine/app/ForecastFragment.java | 20 +++++++++++++++++++ .../example/android/sunshine/app/Utility.java | 17 ++++++++++++++++ app/src/main/res/values/strings.xml | 2 ++ 4 files changed, 43 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 93c7780..c669b86 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -28,6 +28,10 @@ + + + No Weather Information Available + No weather information available. The network is not available to fetch weather data. + \ No newline at end of file