getActivity / TitleBar

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

右边,文字与图标的点击事件怎么分别处理 #54

Closed yuandoudou928 closed 2 years ago

yuandoudou928 commented 2 years ago

建议收集

getActivity commented 2 years ago
<com.hjq.bar.TitleBar
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_marginTop="20dp"
    app:leftIcon="@null"
    app:title="右边两个按钮效果" >

    <LinearLayout
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="end|center_vertical"
        android:orientation="horizontal" >

        <TextView
            android:text="我是文本"
            android:layout_gravity="center_vertical"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />

        <ImageView
            android:layout_width="40dp"
            android:layout_height="40dp"
            android:layout_marginStart="5dp"
            android:layout_marginEnd="10dp"
            android:src="@mipmap/ic_launcher" />

    </LinearLayout>

</com.hjq.bar.TitleBar>
getActivity commented 2 years ago

超过三天没有响应,自动关闭此 issue。