无论布局还是控件,都有大小,所谓的大小就是高度和宽度,设置宽度的属性android:______ , 设置高度的属性android:layout_height。
举一反三
- 无论任何任何一种布局,都有大小,所谓的大小就是高度和宽度,设置布局宽度和高度的属性是,宽度的属性android:______ ,高度的属性android:______ 。
- 指定控件的大小,设置宽度和高度,可以使用的语句是( )。 A: android:layout_width="wrap_content" B: android:layout_width="fill_content" C: android:layout_height="240dp" D: android:layout_height="240sp"
- 智慧职教: android:layout_height属性用于设置布局的高度。
- 定义LinerLayout垂直方向布局时设置的属性是()。 A: android:layout_height B: android:gravity C: android:layout D: android:orientation
- 下列选项中,属于设置布局高度的属性的是()。 A: android:id B: android:layout_weight C: android:layout_height D: android:padding