單項選擇題關(guān)于ImageSwitcher說法錯誤的是()。

A.ImageSwitcher里可以通過Alpha設(shè)定轉(zhuǎn)換時候的透明位
B.在使用一個ImageSwitcher之前,不一定要調(diào)用setFactory方法
C.setInAnimation是設(shè)置資源被讀入到這個ImageSwitcher的時候動畫效果
D.setOutAnimation是資源文件從這個ImageSwitcher里消失的時候要實現(xiàn)的動畫效果


您可能感興趣的試卷

你可能感興趣的試題

2.單項選擇題假設(shè)assets目錄下有文件結(jié)構(gòu)html/hello.html,用loadUrl()方法將該網(wǎng)頁加載至webView時,需傳入的參數(shù)是()。

A.file:///asset/html/hello.html
B.file:///android_asset/html/hello.html
C.file:///androidasset/hello.html
D.file:///assets/html/hello.html

3.單項選擇題AppWidget窗口小部件時不可以使用下列哪個布局()。

A.FrameLayout
B.LinearLayout
C.TableLayout
D.RelativeLayout

4.單項選擇題使用HttpUrlConnection實現(xiàn)移動互聯(lián)時,設(shè)置讀取超時屬性的方法是()。

A.setTimeout()
B.setReadTimeout()
C.setConnectTimeout()
D.setRequestMethod()