A.該文本域的寬度將填充父容器寬度
B.該文本域的寬度僅占據(jù)該組件的實(shí)際寬度
C.該文本域的高度將填充父容器高度
D.該文本域的高度僅占據(jù)該組件的實(shí)際高度
您可能感興趣的試卷
你可能感興趣的試題
A.android:orientation="vertical"
B.android:vertical="true"
C.android:orientation="horizontal"
D.android:horizontal="true"
A.raw
B.values
C.layout
D.drawable
A.setTextColor(0xffff0000)
B.setColor("0xffff0000")
C.setTextColor("0xffff0000")
D.setColor("red")
A.TextView tv=this.findViewById(R.id.bookName);
B.TextView tv=(TextView)this.findViewById(R.id.code);
C.TextView tv=(TextView)this.findViewById(R.id.bookName);
D.TextView tv=(TextView)this.findViewById(R.string.bookName);
A.Servie主要負(fù)責(zé)一些耗時比較長的操作,這說明Service會運(yùn)行在獨(dú)立的子線程中
B.每次調(diào)用Context類中的StartService()方法后都會新建一個Service實(shí)例
C.每次啟動一個服務(wù)時候都會先后調(diào)用onCreate()和onStart()方法
D.當(dāng)調(diào)用了ConText類中的StopService()方法后,Serviece中的onDestroy()方法會自動回調(diào)
最新試題
在WorkManager中,哪個類用于定義WorkRequest的約束條件()
以下哪個是創(chuàng)建數(shù)據(jù)庫實(shí)例的必要條件()
在WorkManager中,哪個方法用于獲取WorkRequest的狀態(tài)()
ViewModel的數(shù)據(jù)會在Android系統(tǒng)銷毀并重新創(chuàng)建activity時丟失。
在WorkManager中,哪個方法用于檢查工作是否已被取消()
Room是在哪個數(shù)據(jù)庫基礎(chǔ)上構(gòu)建的抽象層()
以下哪個是AppViewModelProvider的作用()
以下哪個是實(shí)現(xiàn)倉儲模式的類()
Room是Android Jetpack的哪個部分()
StateFlow的生命周期由什么定義()