Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Commit

Permalink
#138 improve loading time of shows list in banner mode
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed May 17, 2018
1 parent 2bab3fd commit 2db1c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/adapter_shows_list_content_banner.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="@dimen/list_item_height"
android:foreground="?selectableItemBackground">

<ImageView
android:id="@+id/show_logo"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:minHeight="@dimen/list_item_height"
tools:ignore="ContentDescription"
tools:src="@mipmap/ic_launcher" />

Expand Down

0 comments on commit 2db1c33

Please sign in to comment.