android控件-images
Posted 富坚老贼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了 android控件-images相关的知识,希望对你有一定的参考价值。
1.imageButton
图片按钮
<ImageButton android:id="@+id/imageButton" android:layout_width="wrap_content" android:layout_height="74dp" android:layout_weight="0.19" app:srcCompat="@color/colorAccent" />
2.imageview
3.VideoView
以上是关于 android控件-images的主要内容,如果未能解决你的问题,请参考以下文章
片段android中未调用onActivityResult [重复]
在 android studio kotlin 中将数据从活动传递到片段(不重复,这些方法不起作用)