diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/res/res/drawable-hdpi/weather_na_cid.png | bin | 4346 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-mdpi/weather_na_cid.png | bin | 2938 -> 0 bytes | |||
-rw-r--r-- | core/res/res/drawable-xhdpi/weather_na_cid.png | bin | 4124 -> 0 bytes | |||
-rw-r--r-- | core/res/res/layout-sw600dp/keyguard_screen_status_land.xml | 1 | ||||
-rw-r--r-- | core/res/res/layout-sw600dp/keyguard_screen_status_port.xml | 1 | ||||
-rw-r--r-- | core/res/res/layout/keyguard_screen_tab_unlock.xml | 3 | ||||
-rw-r--r-- | core/res/res/layout/keyguard_screen_tab_unlock_land.xml | 1 | ||||
-rwxr-xr-x | core/res/res/values/strings.xml | 2 |
8 files changed, 7 insertions, 1 deletions
diff --git a/core/res/res/drawable-hdpi/weather_na_cid.png b/core/res/res/drawable-hdpi/weather_na_cid.png Binary files differdeleted file mode 100644 index 92759cb..0000000 --- a/core/res/res/drawable-hdpi/weather_na_cid.png +++ /dev/null diff --git a/core/res/res/drawable-mdpi/weather_na_cid.png b/core/res/res/drawable-mdpi/weather_na_cid.png Binary files differdeleted file mode 100644 index 52f4e27..0000000 --- a/core/res/res/drawable-mdpi/weather_na_cid.png +++ /dev/null diff --git a/core/res/res/drawable-xhdpi/weather_na_cid.png b/core/res/res/drawable-xhdpi/weather_na_cid.png Binary files differdeleted file mode 100644 index daa2bfb..0000000 --- a/core/res/res/drawable-xhdpi/weather_na_cid.png +++ /dev/null diff --git a/core/res/res/layout-sw600dp/keyguard_screen_status_land.xml b/core/res/res/layout-sw600dp/keyguard_screen_status_land.xml index c65d019..b8acc9c 100644 --- a/core/res/res/layout-sw600dp/keyguard_screen_status_land.xml +++ b/core/res/res/layout-sw600dp/keyguard_screen_status_land.xml @@ -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" diff --git a/core/res/res/layout-sw600dp/keyguard_screen_status_port.xml b/core/res/res/layout-sw600dp/keyguard_screen_status_port.xml index 6d313df..ea461d2 100644 --- a/core/res/res/layout-sw600dp/keyguard_screen_status_port.xml +++ b/core/res/res/layout-sw600dp/keyguard_screen_status_port.xml @@ -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" diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml index 4445588..535188e 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml @@ -163,9 +163,10 @@ android:textSize="6sp" android:textColor="?android:attr/textColorSecondary" /> - </RelativeLayout> + </RelativeLayout> <RelativeLayout + android:id="@+id/weather_temps_panel" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toRightOf="@id/weather_image" diff --git a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml index 8ea4f6b..b3b8ef1 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml @@ -163,6 +163,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" diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 537926b..7a49539 100755 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3507,6 +3507,8 @@ <string name="weather_NW">NW</string> <!-- Lock screen Weather - error messages --> + <string name="weather_no_data">No data</string> <string name="weather_tap_to_refresh">Tap to refresh</string> + <string name="weather_refreshing">Refreshing</string> </resources> |