android - TextView Does Not Overlay VideoView Inside of FrameLayout -
i trying have textview displayed on top (overlay) of videoview , , not happening. have 2 elements inside of framelayout textview positions below videoview. understanding, supposed place on top. i have tried various ways of adding textview programmatically , removing additional features of videoview e.g. ontouchlistener(). does have suggestions on how fix problem or explanation of overlaying views me problem? appreciated. have posted code below: activity_splash.xml <framelayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.androidtitan.hotspots.activity.splashactivity"> <videoview android:id="@+id/splashvideo" android:layout_width="match_parent" android:layout_height="match_parent" /> <textview android:id="...