单项选择题
A.android:inputType=”textPassword”B.android:inputType=“Numeric”C.android:inputType=”String”D.android:inputType=”phone”
TextView上显示的内容指定为web样式()。A.android:autoLink=”web”B.andr...
单项选择题TextView上显示的内容指定为web样式()。
A.android:autoLink=”web”B.android:autoLink=”none”C.android:autoLink=”email”D.android:autoLink=”map”
组件的宽度设置为与父容器相同()。A.android:layout_width=”wrap_content”B...
单项选择题组件的宽度设置为与父容器相同()。
A.android:layout_width=”wrap_content”B.android:layout_width=”match_parent”C.android:layout_height=”match_parent”D.android:layout_weight=”1”
网格布局管理器是()。A.GridLayoutB.TableLayoutC.CardLayoutD.Frame...
单项选择题网格布局管理器是()。
A.GridLayoutB.TableLayoutC.CardLayoutD.FrameLayout