を使用してAndroid TVアプリを開発していLeanback support library
ます。の右上隅 (バッジの下) にボタンを表示する必要がありますBrowseFragment
。(下の画像のように)
レイアウトコードはこちら
<?xml version="1.0" encoding="utf-8"?>
<fragment xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/main_browse_fragment"
android:name="tv.bishan.com.videoapp.ui.ItemFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity"
tools:deviceIds="tv"
tools:ignore="MergeRootFrame"/>
どうすればこれを達成できますか?Google から解決策が見つかりません。