單項(xiàng)選擇題ProgressBar的直接父類是()

A.View
B.ViewGroup
C.ProgressDialog
D.Bar


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題ProgressBar設(shè)置設(shè)置第二層進(jìn)度值的正確屬性是哪個(gè)()

A.android:visibility="gone"
B.android:secondaryProgress="80"
C.android:progress="10"
D.android:max="100"

2.單項(xiàng)選擇題可以拖動(dòng)的進(jìn)度條是哪個(gè)()

A.ProgressBar
B.Bar
C.SeekBar
D.RatingBar

3.單項(xiàng)選擇題ProgressBar設(shè)置設(shè)置第一層進(jìn)度值的正確屬性是哪個(gè)()

A.android:visibility="gone"
B.android:secondaryProgress="80"
C.android:progress="10"
D.android:max="100"

4.單項(xiàng)選擇題RatingBar中設(shè)置顯示的星型的數(shù)量的函數(shù)是()

A.setNumStars(int.numStars)
B.setMax(int.max)
C.setIsIndicator(boolean.isIndicator)
D.setStepSize(float.stepSize)

5.單項(xiàng)選擇題在代碼中創(chuàng)建使用ProgressBar需要使用那個(gè)構(gòu)造函數(shù)()

A.ProgressBar(Context.context)
B.ProgressBar(Context.context,AttributeSet.attrs)
C.ProgressBar(Context.context,AttributeSet.attrs,int.defStyleAttr)
D.ProgressBar(Context.context,AttributeSet.attrs,int.defStyleAttr,int.defStyleRes)