在中心设置光标编辑文本 - Android
Set Cursor Edittext in Center - Android
我已经尝试了center_vertical|top
、fill_vertical
、center|start
,但光标仍然在顶部。
我得到了什么:
我想要的:
编辑:我设置 android:paddingBottom="0sp" 并且成功了!
您应该将重力设置为 center_vertical。你确定你设置的是重力,而不是布局重力?
使用
android:paddingTop="20sp"
android:paddingBottom="20sp"
android:textAlignment = "center"
我已经尝试了center_vertical|top
、fill_vertical
、center|start
,但光标仍然在顶部。
我得到了什么:
我想要的:
编辑:我设置 android:paddingBottom="0sp" 并且成功了!
您应该将重力设置为 center_vertical。你确定你设置的是重力,而不是布局重力?
使用
android:paddingTop="20sp"
android:paddingBottom="20sp"
android:textAlignment = "center"