1
我正在開發一個Android TV應用程序使用Leanback support library
。我需要在BrowseFragment
的右上角(徽章下方)顯示一個按鈕。 (如下圖像)將按鈕添加到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的任何解決方案。
你能否顯示一些屏幕截圖或提示,以便我們能夠理解你到底想要什麼。 –
@jaydroider檢查改進的問題。 – Bishan
我認爲它不支持,如果您使用BrowseFragment模板 –