gpt4 book ai didi

android - 如何从工具栏中的标题中删除填充?

转载 作者:IT老高 更新时间:2023-10-28 23:38:35 26 4
gpt4 key购买 nike

我的工具栏

My toolbar

Google Play 工具栏

GooglePlay toolbar

如何删除不必要的填充?

我的工具栏在 fragment 内我在 fragment 中的代码:

public void setUpToolbar(Toolbar toolbar, String title, @DrawableRes int resId) {
toolbar.setTitle(title);
((AppCompatActivity) getActivity()).setSupportActionBar(toolbar);
ActionBar ab = ((AppCompatActivity) getActivity()).getSupportActionBar();
ab.setHomeAsUpIndicator(resId);
ab.setDisplayHomeAsUpEnabled(true);
}

我在 xml 中的工具栏:

<android.support.v7.widget.Toolbar
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:layout_collapseMode="pin"
app:popupTheme="@style/AppTheme.PopupOverlay" />

最佳答案

在您的工具栏 xml 标记中使用它

app:contentInsetStartWithNavigation="0dp"

关于android - 如何从工具栏中的标题中删除填充?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38554119/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com