android讲义2之输入界面

布局文件:

android:selectAllOnFocus="true"  //如图"ggg"表示当EditText取得焦点会全选所有内容

android:password="true"  //表示输入的内容为密码保护形式

android:phoneNumber="true"  //表示输入的内容为数字形式

android:background="@drawable/bg_border"  //指示background的内容在drawable文件夹的bg_border.xml文件名中

bg_border.xml:

 

<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:andro />
</shape>


相关文章:

  • 2022-01-27
  • 2022-12-23
  • 2021-04-22
  • 2022-12-23
  • 2021-05-01
  • 2021-04-18
  • 2021-06-04
  • 2022-12-23
猜你喜欢
  • 2022-02-18
  • 2022-12-23
  • 2022-02-10
  • 2022-02-08
  • 2022-12-23
  • 2021-12-16
  • 2021-11-03
相关资源
相似解决方案