以前,我有一个工具栏,其中包含标题和副标题。我现在要做的是在副标题的右侧添加自定义视图。但是,当我向工具栏添加视图时,它会删除标题和副标题。这是预期的行为吗?
<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_height="75dp"
android:layout_width="match_parent"
app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
android:minHeight="?attr/actionBarSize"
android:background="?attr/colorPrimary">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/count_label"
android:textColor="@color/white"
/>
</android.support.v7.widget.Toolbar>
答案 0 :(得分:0)
您可以将标题,副标题放在布局和其他所需的小部件中,而不是将布局放在字幕右侧。