ImageView就是一个用来显示图片的视图;

主要我们使用android:src="@drawable/aa"添加图片;


<ImageView
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:src="@drawable/frame2" <!-- 引用图片-->
        android:layout_gravity="center" <!-- 居中显示-->
        />


相关文章:

  • 2021-09-30
  • 2021-05-29
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-10-14
  • 2021-05-13
  • 2021-06-14
  • 2021-06-13
  • 2021-04-09
相关资源
相似解决方案