点击图标不灵敏咋整?

点击区域过小
1图标就要用ImageVIew
2 使用src padding
如下

            <ImageView
                android:id="@+id/xiala_iv"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_centerVertical="true"
                android:layout_toRightOf="@id/yibeihome_tv"
                android:padding="6dp"
                android:src="@mipmap/xiala" />

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/xiyangyang8110/article/details/125220400