2016-11-25 203 views
1

我正在開發一個Android TV應用程序使用Leanback support library。我需要在BrowseFragment的右上角(徽章下方)顯示一個按鈕。 (如下圖像)將按鈕添加到BrowseFragment

hep_img

這裏是佈局代碼

<?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

@jaydroider檢查改進的問題。 – Bishan

+0

我認爲它不支持,如果您使用BrowseFragment模板 –

回答

0

您可以使用browseTitleViewLayout屬性創建自定義TitleView並將其設置爲活動主題。