Is there a way to show a TextView
in front of a VideoView
?
You can stack widgets on the Z-axis using RelativeLayout
. Have your VideoView
be the first child of the RelativeLayout
. Have your TextView
be the second child. Have their android:layout_
rules set up such that they overlap in the X/Y coordinate plane. The TextView
will appear to float over the VideoView
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With