工具栏(Tool Bar)

Teamhelper Community2024-04-15 01:25:00

预览OVERVIEW

image-20240415024754964

基础用法

<com.mst.basics.slide.widget.v2.GlassToolbar
    android:id="@+id/toolbar"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:title="顶部导航栏"
    app:leftIcon="@drawable/baseline_arrow_back_ios"
    app:leftIconGravity="left" />
Last Updated 4/15/2024, 10:24:57 AM