Skip to content

Commit

Permalink
Change app:srcCompat to android:src
Browse files Browse the repository at this point in the history
  • Loading branch information
HybridAU committed Sep 9, 2022
1 parent c898a10 commit 083c7c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
android:background="?attr/selectableItemBackground"
android:padding="10dp"
android:scaleType="center"
app:srcCompat="@drawable/ic_list"
android:src="@drawable/ic_list"
tools:ignore="ContentDescription,RtlHardcoded" />

<ImageButton
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_video_detail.xml
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
android:background="?attr/selectableItemBackground"
android:padding="10dp"
android:scaleType="center"
app:srcCompat="@drawable/ic_list"
android:src="@drawable/ic_list"
tools:ignore="ContentDescription,RtlHardcoded" />

<ImageButton
Expand Down

0 comments on commit 083c7c3

Please sign in to comment.