forked from facebook/fresco
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showcase: Remove SimpleDraweeView reference for Vito RecyclerView exa…
…mple Reviewed By: defHLT Differential Revision: D63709401 fbshipit-source-id: 06f44de0bffe559a917d47018d3a4707cc3267ec
- Loading branch information
1 parent
1ec0855
commit 6ee7085
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<androidx.cardview.widget.CardView | ||
xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:fresco="http://schemas.android.com/apk/res-auto" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_margin="@dimen/recycler_view_grid_item_half_padding" | ||
> | ||
<com.facebook.drawee.view.SimpleDraweeView | ||
<com.facebook.fresco.samples.showcase.common.ImageViewWithAspectRatio | ||
android:id="@+id/view" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
fresco:viewAspectRatio="1" | ||
/> | ||
</androidx.cardview.widget.CardView> |