单项选择题
文本文字的颜色设置为红色为()。
A.android:text=”red”
B.android:textColor=”<F00”
C.android:textColor=”red”
D.android:Color=”<0F0”
点击查看答案&解析
相关考题
-
单项选择题
组件Button1,Button2,水平置于宽度位300的父容器中,button1的宽度设为50,Button2宽度设为100,android:layout_weight的值均设为1,则Button1、Button2的宽度实际为()。
A.50,100
B.150,150
C.125,175
D.1,1 -
单项选择题
xml文件中使用mipmap中的图片img.jpg的语句()。
A.R.mipmap.img
B.@mipmap/img.jpg
C.@mipmap/img
D.mipmap.img -
单项选择题
在activity中使用一个布局界面lay1.xml的语句()。
A.findViewByID(R.id.lay1)
B.addView(lay1.xml)
C.setContentView(R.layout.lay1)
D.setContentView(lay1.xml)
