相关考题
-
单项选择题
canvas绘制圆角矩形需要使用()
A.DrawRoundRect
B.DrawRect
C.DrawRound
D.SetRoundRect -
单项选择题
Java中设置Paint画笔线条宽度使用()
A.setWidth
B.setStroke
C.setStrokeWidth
D.width= -
单项选择题
对于android:layout_width和android:layout_height的取值描述错误的是()
A.取值match_parent表示与上级视图一样尺寸
B.取值wrap_content表示按照自身内容的实际尺寸
C.weight权重
D.直接指定了具体的dp数值
