我有一个以Dialog主题打开的窗口,这就是我想要的样子。它是更新音符的标题(例子)......所以有一个文本框和2个按钮。
问题是我一旦点击键盘的edittext就会显示对话窗口关闭!!!!
这是我在对话活动的mainfest中的声明(注意:我尝试使用windowSoftInputMode值而没有)
<activity android:name=".EditComment"
android:theme="@android:style/Theme.Dialog"
android:windowSoftInputMode="stateAlwaysVisible"
android:label="Comment"/>
答案 0 :(得分:1)
由于某种原因,我为edittext设置了setOnClickListener