Skip to content

Commit

Permalink
Set transparent background color for transparent SceneView (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
grassydragon authored Feb 9, 2022
1 parent b2e353f commit 03409ab
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
android:id="@+id/transparentSceneView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
android:layout_weight="1"
android:background="@android:color/transparent"/>
</LinearLayout>

</FrameLayout>

0 comments on commit 03409ab

Please sign in to comment.