今天继续进行安卓的学习
用户名文本框
<?xml version="1.0" encoding="utf-8"?> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android"> <EditText android:hint="请输入用户名" android:textColorHint="@color/colorAccent" android:layout_width="200dp" android:layout_height="200dp" /> </LinearLayout>
标签:总结,23,每日,文本框,2023,安卓 From: https://www.cnblogs.com/azwz/p/17149414.html