展开全部
首先需要明白什么是控件?即xml中直接拖拽到布局的可视化“东西”
如下代码:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/color_background">
<TextView
android:id="@+id/version_detail_git"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:textColor="@color/color_gray_bfc2c5"
android:textSize="15sp" />
</RelativeLayout>- 上述代码中,RelativeLayout是TextView的父控件,TextView是RelativeLayout的子控件,父控件包含子控件,然后在父控件中调整对应的位置
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询