2014-02-18 85 views
2

我知道有很多已報告的問題與EditText提示not showing,但我的問題是有點不同,當我嘗試顯示提示和EditTExt中心對齊(gravity =「center」)它對齊到在運行Android 4.0.3(15)的至少一臺LG-E610上,第一個字符「eatten」的左邊,在我的S4運行4.4.2中顯示的很好。EditText提示問題

<EditText 
      android:id="@+id/username" 
      android:layout_width="match_parent" 
      android:layout_height="wrap_content" 
      android:inputType="text" 
      android:ellipsize="end" 
      android:gravity="center" 
      android:hint="@string/prompt_username" /> 

Screenshot

+0

它在我的情況下正常工作。清理你的項目,然後再試一次。 –

+0

在這裏工作很好。 – user1480139

+0

在LG-E610中不工作 – forcewill

回答

0

其實我並沒有最終找到了一個解決方案,只是放棄了使用重心上EDITTEXT