ImageView不能全屏的问题
应用的开启的第一个页面是一个展示页面
就是一张图片,全屏显示
很奇怪无论我怎么设置都不全屏~
<?xml version="1.0" encoding="utf-8"?><ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:src="@drawable/img_logo" />
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"