Skip to content

Commit

Permalink
Merge pull request #15 from natario1/master
Browse files Browse the repository at this point in the history
Fixed TextureView crash with setBackgroundDrawable (natario1#297)
  • Loading branch information
derohimat authored Nov 6, 2018
2 parents 4b30ca9 + d0bb8cd commit 86b18b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cameraview/src/main/res/layout/cameraview_texture_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
android:id="@+id/texture_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:layout_gravity="center" />
android:layout_gravity="center"
android:background="@null"
android:gravity="center" />

0 comments on commit 86b18b7

Please sign in to comment.