【发布时间】:2018-12-19 07:12:38
【问题描述】:
我尝试在顶部中心对齐文本但失败了
我已经检查了This question,但答案失败了
我试过了
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".OnboardingActivity">
<TextView
android:layout_alignParentTop="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="Welcome"
/>
这是在未居中的模拟器上运行后得到的结果
【问题讨论】:
-
请指定您想要达到的目标
-
@KevinKurien 我希望它水平居中但在顶部
-
@GEOFFREYMWANGI 比在您的
TextView中使用android:layout_centerInParent="true"和android:layout_alignParentTop="true"