Closed yuandoudou928 closed 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>
超过三天没有响应,自动关闭此 issue。
建议收集
issue 是否有人曾提过类似的问题?(必答项,一旦出现重复提问我将不会再次解答) 否
你觉得框架有什么不足之处?(必答项,你可以描述框架有什么令你不满意的地方) 点击事件,如果我右边有图标又有文字,他们的点击事件不一样,请问要怎么处理呢?
你觉得该怎么去完善会比较好?(非必答项,你可以提供一下自己的想法或者做法供作者参考)