單項選擇題EditText設(shè)置為字符密碼形式()。

A.android:inputType=”textPassword”
B.android:inputType=“Numeric”
C.android:inputType=”String”
D.android:inputType=”phone”


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題TextView上顯示的內(nèi)容指定為web樣式()。

A.android:autoLink=”web”
B.android:autoLink=”none”
C.android:autoLink=”email”
D.android:autoLink=”map”

2.單項選擇題組件的寬度設(shè)置為與父容器相同()。

A.android:layout_width=”wrap_content”
B.android:layout_width=”match_parent”
C.android:layout_height=”match_parent”
D.android:layout_weight=”1”

3.單項選擇題網(wǎng)格布局管理器是()。

A.GridLayout
B.TableLayout
C.CardLayout
D.FrameLayout

4.單項選擇題以行列形式存放組件,且每行的列數(shù)單獨設(shè)置()。

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

5.單項選擇題組件以層疊方式存放的布局管理器()。

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