折叠时Android CollapsingToolbarLayout标题填充

时间:2016-10-21 23:26:15

标签: java android xml android-layout android-support-library

我正在尝试使用app:collapsedTitleTextAppearance作为我的标题,同时折叠工具栏布局并仅显示工具栏。 这是我的问题:

enter image description here enter image description here

我使用了app:collapsedTitleTextAppearance,这就是样式:

<style name="about_title">
    <item name="android:paddingRight">100dp</item>
    <item name="android:layout_marginRight">10dp</item>
</style>

我该如何解决这个问题?

0 个答案:

没有答案