我正在尝试使用app:collapsedTitleTextAppearance
作为我的标题,同时折叠工具栏布局并仅显示工具栏。
这是我的问题:
我使用了app:collapsedTitleTextAppearance
,这就是样式:
<style name="about_title">
<item name="android:paddingRight">100dp</item>
<item name="android:layout_marginRight">10dp</item>
</style>
我该如何解决这个问题?