0

当我将EditText字段添加到活动时,我无法在Propertise窗口中更改 inputType 属性。有点(...),但是当我单击时,没有任何反应,背景也是如此,我什至没有对话框来选择选项。

当我在 xml 文件中添加此文本时,它可以工作:

<TableRow
    android:id="@+id/tableRow2"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@color/egg_shell" >
</TableRow>

但我是 android 开发的初学者,我需要那个选项,就像教程一样。

如何解决?

4

1 回答 1

2

在 Eclipse for Android-19 (KitKat) 中呈现布局时,图形布局存在一些问题。例如,您不能更改“属性”窗口中的项目。

在图形布局中切换到 Android-18(绿色 Android 右上角)是一种解决方法。

于 2013-11-08T16:42:16.470 回答