相关考题
-
单项选择题
android:screenOrientation的值为portrait表示()
A.横屏显示
B.竖屏显示
C.有物理的感应器来决定
D.忽略物理感应器 -
单项选择题
假设不想让软件在横竖屏之间切换,最简单的办法就是在项目的()中找到所指定的activity中加上android:screenOrientation属性。
A.AndroidManifest.xml
B.build.gradle
C.config.xml
D.main.java -
单项选择题
让视频页面根据传感器自动横竖屏,设置android:screenOrientation属性为()
A.sensor
B.nosensor
C.landscape
D.portrait
