內容輔助(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文件是它想工作嗎? 謝謝!
你是說你無法使用ctrl-space for singleLine嗎? – lokoko 2013-03-04 14:21:06
是的,值爲「true」 – powder366 2013-03-04 14:21:31
所以你能夠得到值爲false? – lokoko 2013-03-04 14:26:29