我正在使用Leanback support library
开发 Android TV 应用。我需要在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找到任何解决方案。
答案 0 :(得分:0)
您可以使用browseTitleViewLayout属性创建自定义TitleView并将其设置为活动主题。