2013-03-04 59 views
0

內容輔助(Ctrl-Space鍵)爲內容有助於Android的XML文件中的android:SINGLELINE在Eclipse

<EditTextPreference 

但以下SINGLELINE和價值的工作「真」或「假」它不工作?

android:singleLine="true" 

獲取消息:內容輔助不適用於當前位置

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > 
... 
<EditTextPreference 
    android:hint="[email protected]" 
    android:inputType="textEmailAddress" 
    android:key="@string/key_dest_email" 
    android:maxLines="1" 
    android:selectAllOnFocus="true" 
    android:singleLine="true" 
    android:title="@string/pref_dest_email" /> 
... 
</PreferenceScreen> 

我打開方式「的Android通用的XML編輯器」 XML文件是它想工作嗎? 謝謝!

+0

你是說你無法使用ctrl-space for singleLine嗎? – lokoko 2013-03-04 14:21:06

+0

是的,值爲「true」 – powder366 2013-03-04 14:21:31

+0

所以你能夠得到值爲false? – lokoko 2013-03-04 14:26:29

回答

0
+0

確定您的觀點,但android:提示適用於EditTextPreference,但不會顯示爲內容幫助?爲什麼是這樣? – powder366 2013-03-04 14:52:51

+0

提示是一個文本,所以它不會有任何東西來幫助你:) – lokoko 2013-03-04 16:38:48

+0

是的,但我的意思是保留字「提示」本身。當光標在android: – powder366 2013-03-04 17:47:14