如何在 Youtube 播放器中使用自定义字体?

How to use Custom Font with Youtube Player?

我已成功将 Y​​ouTube 播放器集成到我的应用程序中,但我无法对其他 UI 元素使用自定义字体。在其他 Activity 上,该字体正常工作。

public class PlayerActivity extends YouTubeBaseActivity implements CustomAdapter.Listner {

@Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_player);
    }
}

我找到了解决方案。 通过使用 YoutubePlayerSupportFragment 而不是 YoutubePlayerView 我可以简单地使用 AppCompatActivity 并因此在 XML.

中使用自定义字体