AI智能
改变未来

Android 图片全屏

方式一:

在xml的布局文件的根元素设置属性background

方式二:

<ImageView 
        android:layout_width=\”fill_parent\”
        android:layout_height=\”fill_parent\”
        android:scaleType=\”fitXY\”
        android:src=\”@drawable/img\” />

转载于:Android开发/578888

赞(0) 打赏
未经允许不得转载:爱站程序员基地 » Android 图片全屏