Display a Video Centered (in XML)

ID - _BUGFISH - E#45
^Top
<< Back
Mobile-Menu










Display a Video Centered (in XML)
Category: Android-Java
Sub-Category:
Creator: Jan-Maurice Dahlmanns
Created: 2020-09-02 06:47:56
Modified: 2024-11-16 23:40:33
Views: 748

Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.
<FrameLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:layout_constraintTop_toBottomOf="@+id/main_topbar">

    <VideoView
        android:id="@+id/videoViewMain"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_gravity="center" />

</FrameLayout>
Currently 0 Upvotes!

captcha image
System - 2024-11-05 18:28:10
Commenting System Initialized! Have a very nice day!

Switches: 0 | Arrivals: 9 | Visits: 9
This Website is using Session Cookies for Site Functionality.