我知道EditText Hint not showing有很多很好的报道问题,但我的问题有点不同,当我尝试显示一个提示并且EditText中心对齐(gravity =“center”)时它对齐至少在运行Android 4.0.3(15)的LG-E610上左边第一个字符“eatten”,它在我运行4.4.2的S4上显示正常。
<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" />
答案 0 :(得分:0)
实际上我并没有找到解决方案,只是放弃了在EditText上使用重力中心