Android中的图片视图的边框?如何ImageView在Android中设置边框并更改其颜色?
3 回答
有只小跳蛙
TA贡献1824条经验 获得超8个赞
以下是我曾经有黑色边框的代码。请注意,我没有使用额外的xml文件的边框。
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/red_minus_icon"
android:background="#000000"
android:padding="1dp"/>
- 3 回答
- 0 关注
- 557 浏览
添加回答
举报
0/150
提交
取消