Skip to content

Commit

Permalink
Fix icons layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jahirfiquitiva committed Apr 25, 2020
1 parent 8035768 commit 043e492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/res/layout/item_icon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
android:layout_height="match_parent"
android:foreground="?attr/selectableItemBackground"
android:padding="@dimen/grids_spacing"
android:scaleType="centerCrop"
android:scaleType="centerInside"
tools:ignore="ContentDescription,UnusedAttribute"
tools:srcCompat="@drawable/ic_na_launcher" />

0 comments on commit 043e492

Please sign in to comment.