2010-09-04 52 views
3

我試圖在我的窗體的EditText中顯示一條提示,但是我看不到提示我在應用程序部署時已經在XML佈局中設置,但是我可以在eclipse中看到提示設計師的觀點,但同時得到部署相同的提示假設出現丟失,我嘗試了所有可能的方式仍然無法得到EditText中的提示...這是我已經使用的編輯文本佈局之一..Android中的提示

<EditText android:id="@+id/SetTimerSec_EditText01" 
    android:layout_width="60sp" 
    android:layout_height="40sp" 
    android:singleLine="true" 
    android:layout_x="220sp" 
    android:layout_y="170sp" 
    android:hint="0" 
    android:inputType="phone" 
    android:textColorHint="@color/black" 
    android:gravity="center" 
    android:focusableInTouchMode="true" /> 

[鏈接] [1]

任何人可以幫助me..Please

在此先感謝

[1]:http://imgur.com/PzomF.jpg [設計師的截圖查看與提示顯示] [1]

+0

什麼是您的'EditText'的'layout_width'值? – Praveen 2010-09-04 12:23:33

+0

嗨praveen,這是我EditText的寬度和高度android:layout_width =「60sp」android:layout_height =「40sp」 – 2010-09-04 12:35:55

+0

你可以發佈XML源? – Asahi 2010-09-04 15:02:20

回答

4

添加android:ellipsize="start"和你的提示會顯示出來,併爲中心!

+0

對於noob問題感到抱歉,但爲什麼我的回答說社區維基,而不是我的聲譽等正常的事情? – 2011-05-10 22:26:53