80,490
社区成员
发帖
与我相关
我的任务
分享

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">
<TextView
android:layout_width="match_parent"
android:layout_height="@dimen/dp_12"
android:text="ddddd"
android:gravity="center"
android:layout_gravity="bottom"/>
</LinearLayout>
,不是所有的布局都有效,RelativeLayout、FrameLayout,都是根据相对位置,或者帧压上去的,具体问题