为了账号安全,请及时绑定邮箱和手机立即绑定

Android中的图片视图的边框?

Android中的图片视图的边框?

烙印99 2019-08-30 10:13:40
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"/>


查看完整回答
反对 回复 2019-08-30
  • 3 回答
  • 0 关注
  • 557 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信