Skip to content

Commit

Permalink
Switch to appCompatImageView in grid layout
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Jul 23, 2023
1 parent 2612b82 commit 79e68fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/griditem.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
android:background="#fff"
android:foregroundGravity="fill">

<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/generic_icon"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand All @@ -33,7 +33,7 @@
android:contentDescription="@string/icon"
android:scaleType="centerInside" />

<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/icon_thumb"
android:layout_width="match_parent"
android:layout_height="match_parent"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/lexadrawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:id="@+id/description"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
Expand Down

0 comments on commit 79e68fe

Please sign in to comment.