Skip to content

Commit

Permalink
Remove centerCrop from imageView
Browse files Browse the repository at this point in the history
  • Loading branch information
jariz committed Jun 23, 2015
1 parent 6396a42 commit 4e5e726
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions materialup/src/main/res/layout/item_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@
<ImageView
android:id="@+id/image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:contentDescription="@string/img_content_desc"
android:minHeight="200dp"
android:scaleType="centerCrop" />
android:layout_height="200dp"
android:contentDescription="@string/img_content_desc" />

<TextView
android:id="@+id/label"
Expand Down

0 comments on commit 4e5e726

Please sign in to comment.