Skip to content

Commit

Permalink
Increased the resolution of the icon images. Also, a layout file had …
Browse files Browse the repository at this point in the history
…to be adapted.
  • Loading branch information
Patrick committed Sep 20, 2016
1 parent 3a350e2 commit a061b79
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 3 deletions.
Binary file modified app/src/main/res/drawable/weather_icon_cloudy_broken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_icon_cloudy_scattered.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_icon_foggy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_icon_rain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_icon_shower_rain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_icon_snow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_icon_sunny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_icon_sunny_with_clouds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/src/main/res/drawable/weather_icon_thunderstorm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions app/src/main/res/layout/city_overview_list_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ as of 2016-08-05

<ImageView
android:id="@+id/city_overview_list_item_img"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginLeft="-90dp"
android:layout_marginTop="-6dp"
android:layout_toRightOf="@id/city_overview_list_item_text_container"
android:contentDescription="@string/activity_main_icon_descriptor"
android:scaleType="matrix" />
android:scaleType="fitCenter" />
</RelativeLayout>

</RelativeLayout>

0 comments on commit a061b79

Please sign in to comment.