优艾设计网

Android 三星S4 4.4.2系统 ToolBar设置左侧返回键,按钮顶部出现margin,按?

优艾设计网 https://www.uibq.com 2023-04-19 11:21 出处:网络 作者:PS百科
ToolBar设置左侧返回键,按钮顶部出现margin,按钮下移: 布局文件 <android.support.v7.优艾设计网_PS百科widget.Toolbar android:id=\"@+id/my_collection_tool\" android:layout_width=\"match_parent\" andr

ToolBar设置左侧返回键,按钮顶部出现margin,按钮下移:

  • 布局文件

<android.support.v7.优艾设计网_PS百科widget.Toolbar android:id="@+id/my_collection_tool" android:layout_width="match_parent" android:layout_height="?android:attr/actionBarSize" app:contentInsetStart="0dp" app:navigationIcon="@drawable/ic_arrow_back_white_24dp" app:layout_scrollFlags="scroll|enterAlways" app:titleTextColor="@color/white" />

  • 代码

setSupportActionBar(mBinding.myCollectionTool); getSupportActionBar().setTitle(title);

  • UI效果

5.X、6.X、7.X均显示正常。


0

精彩评论

暂无评论...
验证码 换一张
取 消