NathanaelA / nativescript-exoplayer

Please use: https://github.com/nstudio/nativescript-plugins/
27 stars 36 forks source link

How to modify player controller layout and add buttons in angular #28

Closed icipiqkm closed 5 years ago

icipiqkm commented 6 years ago

I am a newbie. Please forgive me for the idiot problem. I want to add a full-screen button to the default controller, and I want to modify the default similarity (play button, delete forward button, adjust the size and position of the play button) Style, I am using angular. I don't understand exactly how to do it. I don't see any related options in the plugin. Hope someone can help me.

NathanaelA commented 5 years ago

Use a GridLayout; you can embed whatever buttons you want in a GridLayout and also embed the player in the GridLayout.