<
TextView
android:id="@+id/username"
android:layout_width="180dp"
android:layout_height="wrap_content"
android:hint="用户名"
android:inputType="text" //输入文本,普通的文本类型
android:textColorHint="#0f0"
android:layout_marginLeft="30dp"
/>
转载于:https://www.cnblogs.com/CCCrunner/p/6444542.html
转载请注明原文地址: https://mac.8miu.com/read-68447.html