Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9fad2d4 authored by David van Tonder's avatar David van Tonder
Browse files

Lock screen weather: Simplified 'no-data' layout & refresh indicator

This commit simplifies the no-data layout of the lock screen weather by
replacing confused Cid, adding "No data" text and hiding the temperatures
on the right.  It also adds a simple "Refreshing" indicator when the user
taps on the weather panel to refresh.

Screenshots:

Change-Id: Ide0bf3134add99ea0b27b90a36f063c37dddb90b
http://dl.dropbox.com/u/50993944/Screenshot_2012-06-02-08-56-36.png
http://dl.dropbox.com/u/50993944/Screenshot_2012-06-02-09-51-47.png
parent 2038c769
Loading
Loading
Loading
Loading
−4.24 KiB
Loading image diff...
−2.87 KiB
Loading image diff...
−4.03 KiB
Loading image diff...
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@
        </RelativeLayout>

        <RelativeLayout
            android:id="@+id/weather_temps_panel"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_toRightOf="@id/weather_image"
+1 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@
        </RelativeLayout>

        <RelativeLayout
            android:id="@+id/weather_temps_panel"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_toRightOf="@id/weather_image"
Loading