指定控件的大小,设置宽度和高度,可以使用的语句是( )。
A: android:layout_width="wrap_content"
B: android:layout_width="fill_content"
C: android:layout_height="240dp"
D: android:layout_height="240sp"
A: android:layout_width="wrap_content"
B: android:layout_width="fill_content"
C: android:layout_height="240dp"
D: android:layout_height="240sp"
举一反三
- 放入绝对布局中的控件需要通过( )两个属性指定其准确的坐标值。 A: android:width和android:height B: android:layout_width和android:layout_height C: android:x和android:y D: android:layout_x和android:layout_y
- 定义LinerLayout垂直方向布局时设置的属性是()。 A: android:layout_height B: android:gravity C: android:layout D: android:orientation
- 指定EditText的高度使用的命令是 A: android:layout_width B: android:layout_height C: android:hint D: android:maxLines
- 可以设置组件所占比例的属性是() A: android:layout_weight B: android:layout_width C: android:layout_height D: android:gravity
- 网格布局用于设置列数的属性()。 A: android:columnCount B: android:rowCount C: android:layout_width D: android:layout_height