getActivity / TitleBar

Android 标题栏框架,从此布局属性不用记
Apache License 2.0
1.75k stars 217 forks source link

标题栏中间带图标不带文字 #6

Closed xiangxm closed 6 years ago

xiangxm commented 6 years ago

你好,现在有个需求是标题栏中间是图标,不设置文字,这个现在有方法吗?

getActivity commented 6 years ago
    <com.hjq.bar.TitleBar
        android:layout_width="match_parent"
        android:layout_height="wrap_content">

        <ImageView
            android:layout_gravity="center"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:src="@mipmap/ic_launcher" />

    </com.hjq.bar.TitleBar>