我有这个风景活动(她不能在人像模式下切换):
<TextView
android:gravity="center"
android:background="#3F51B5"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="#FFF"
android:text="New Text"
android:id="@+id/txtName"
android:textSize="40dp" />
我看到Android Studio预览文的垂直位置正确:
http://oi61.tinypic.com/2qltjmf.jpg
但是当我在我的Moto G 2013上运行应用程序时,我看到了:
http://oi57.tinypic.com/milwf7.jpg
我已经尝试过:layout_centerVertical =“true”,gravity =“center_vertical”和所有布局命令。现在我认为问题是另一个问题:布局的顶部部分被切断了屏幕。有人可以帮帮我吗? TY
答案 0 :(得分:0)
抱歉,我找到了解决方案。虽然我试过这篇文章很好,但我的提问却失败了。错误发生在子类中,我设置了一个旧的Typeface字体,应用了这个文本框。