Skip to content

Commit

Permalink
remove layerType
Browse files Browse the repository at this point in the history
  • Loading branch information
empratyush authored and thestinger committed May 12, 2023
1 parent aec5694 commit 168616e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
app:layout_constraintTop_toTopOf="@id/preview"
app:layout_constraintStart_toStartOf="@id/preview"
app:layout_constraintEnd_toEndOf="@id/preview"
app:layout_constraintBottom_toBottomOf="@id/preview"
android:layerType="software"/>
app:layout_constraintBottom_toBottomOf="@id/preview" />

<ImageView
android:layout_width="84dp"
Expand Down

0 comments on commit 168616e

Please sign in to comment.