关于Grid Layout布局方式,下列哪一项是不正确的()
第1题:
A、固定
B、Flex
C、CSSGrid
D、流式
第2题:
A.gravity是对该view中内容的限定
B.gravity是用来设置该view相对于父view的位置
C.layout_gravity是用来设置该view相对于父view的位置
D.当view在水平线性布局中时,android:layout_gravity属性只有是垂直方向的值才起作用。
第3题:
框架(Frame)的缺省布局管理器就是()
第4题:
关于XY Layout布局方式,下列哪一项是不正确的()
第5题:
layout布局文件的命名不能出现字母()
第6题:
关于GUI组件集Swing,下列哪一项是不正确的()
第7题:
在AWT基础上开发
重新设计了所有的布局方式
比AWT提供了更多更强的组件
能处理更多的事件
第8题:
基于X和Y坐标的绝对位置定位内部组件
使用时依赖于特定包
与平台无关
不利于程序移植
第9题:
内部组件从左向右排列
界面不随容器大小改变
内部组件从上到下排列
该行设置不下,自动排列到下行
第10题:
流程布局(Flow Layout)
卡布局(Card Layout)
边框布局(Border Layout)
网格布局(Grid Layout)
第11题:
所有行和列都可以大小不同
组件在容器内占据不同大小的矩形区域
有个独立的类约束布局行为
需要指定行数和列数
第12题:
3
4
5
6
第13题:
A.layout_toCenterOf
B.layout_alignCenter
C.layout_centreInParent
D.center
第14题:
如果希望控件在界面上按表格行分列排列,应使用下列那种布局管理器?()
第15题:
关于GridBagLayout布局方式,下列哪一项是不正确的()
第16题:
关于Border Layout布局方式,容器被划分为几个区()
第17题:
框架(Frame)的缺省布局管理器是()
第18题:
How does the weighty property of the GridBagConstraints objects used in grid bag layout affect the layout of the components?()
第19题:
会根据容器大小自动排列
容器被划分为行和列的网格
添加组件的顺序为自左向右
可指定水平间隔和垂直间隔
第20题:
A flow layout can be used to position a component that should resize horizontally when the container is resized.
A grid layout can be used to position a component tat should maintain a constant size even when the container is resized.
A border layout can be used to position component that should maintain a constant size even when the container is resized.
The grid bag layout can be used to give a grid-like layout which differs from the normal grid in that individual rows and columns can have unique sizes.
If two components are placed in the same column of a grid bag layout, and one component resizes horizontally, then the other component must resize horizontally.
第21题:
It affects which grid cell the components end up in.
It affects how the extra vertical space is distributed.
It affects the alignment of each component.
It affects whether the components completely fill their allotted display area vertically.
第22题:
android:layout_toParentLeftOf
android:layout_alignParentLeft
android:layout_alignLeft
android:layout_toLeftOf
第23题:
流布局(Flow Layout)
卡布局(Card Layout)
边框布局(Border Layout)
网格布局(Grid Layout)