赞
踩
activity_main.xml文件
<?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout 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=".MainActivity" > <LinearLayout android:layout_width="410dp" android:layout_height="205dp" android:orientation="vertical" tools:layout_editor_absoluteX="4dp" tools:layout_editor_absoluteY="4dp"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" tools:ignore="MissingConstraints"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="电话号码: "
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。