Android UI之ImageView图片视图
ImageView是一个显示图片的组件,用一个例子介绍该组件的简单运用:在样式文件中:<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:Android="http://schemas.android.com/apk/res/android"android:layout_width="match_parent"android:layout_height="match_parent"...