1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Exoplayerのコントローラーに全画面表示のアイコンを入れてみよう

Posted at

ExoPlayerの基本Controllerのレイアウトには全画面を表示するボタンが存在しないため、
実装方法を探してみた。その間、発見したのがこちら!

How to Add a Fullscreen Toggle Button to ExoPlayer in Android

要はExoplayerに使用する基本viewとcontrollerのレイアウトを自分のアプリレイアウトに入れて継承すること。こうすることでControllerレイアウトに簡単に自分が欲しい機能を入れる事が可能になる。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?