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

Commit b875899d authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Lock screen weather: Simplified 'no-data' layout & refresh indicator" into ics

parents 798cc965 e9fad2d4
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 Original line Diff line number Diff line
@@ -101,6 +101,7 @@
        </RelativeLayout>
        </RelativeLayout>


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


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