Android 基礎控件(二)

##7.ImageView ImageView直接繼承View,也是非常常用的一種視圖控件。 示例代碼: <ImageView android:id="@+id/testImage" android:layout_width="100dp" android:layout_height="100dp" android:src="@mipmap/ic_launcher"
相關文章
相關標籤/搜索