Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a0c0153 authored by Hyundo Moon's avatar Hyundo Moon
Browse files

Put latest MediaControlView2/VideoView2 code

This CL brings latest MediaControlView2/VideoView2 code from
experimental, and it does the following:
 - Update layout / overflow button (ag/3468812)
 - Change CC button visibility automatically (ag/3481791)
 - Fullscreen button support (ag/3490251)
 - Set prev/next listener and controlling button visibility (ag/3498244)

Test: Ran VideoViewTest app
Change-Id: I45ecbd5964da427d1f86c6d499398e829bcec445
parent dec0c2e1
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
        android:pathData="M19,12h-2v3h-3v2h5v-5zM7,9h3L10,7L5,7v5h2L7,9zM21,3L3,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h18c1.1,0 2,-0.9 2,-2L23,5c0,-1.1 -0.9,-2 -2,-2zM21,19.01L3,19.01L3,4.99h18v14.02z"
        android:fillColor="#FFFFFF"/>
</vector>
Loading