Android中的图片视图的边框?

Android中的图片视图的边框?

如何ImageView在Android中设置边框并更改其颜色?



烙印99
浏览 558回答 3
3回答

有只小跳蛙

以下是我曾经有黑色边框的代码。请注意,我没有使用额外的xml文件的边框。<ImageView&nbsp; &nbsp; android:layout_width="wrap_content"&nbsp; &nbsp; android:layout_height="wrap_content"&nbsp; &nbsp; android:src="@drawable/red_minus_icon"&nbsp; &nbsp; android:background="#000000"&nbsp; &nbsp; android:padding="1dp"/>
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Android