博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Android开发1
阅读量:5231 次
发布时间:2019-06-14

本文共 431 字,大约阅读时间需要 1 分钟。

 

一、Android控件概述与属性解析-TextView EditText

TextView:显示文本框控件

EditText:输入文本框

android: id --- 控件的id

android: layout_width --- 控件的宽度

android: layout_height --- 控件的高度

android: text --- 文本内容

android: textSize --- 文本大小

android: textColor --- 文本颜色

android: background --- 控件背景

android: hint --- 输入提示文本 (EditText相比较TextView多拥有的属性)

android: inputType --- 输入文本类型  (EditText相比较TextView多拥有的属性)

 

转载于:https://www.cnblogs.com/liuyun66535309/p/9716829.html

你可能感兴趣的文章
Springboot-配置文件
查看>>
Spring-自动配置
查看>>
Springboot-日志框架
查看>>
SpringBoot-静态资源映射
查看>>
SpringBoot-webjars
查看>>
SpringBoot-thymeleaf
查看>>
IDEA 调试 JAVA ConcurrentLinkedQueue
查看>>
P1908-逆序对
查看>>
P1192-台阶问题
查看>>
ACM模板——康托展开
查看>>
P1025-数的划分
查看>>
P1305-新二叉树
查看>>
LGTB 与大数
查看>>
[POI2009]KAM-Pebbles
查看>>
JavaScript对象
查看>>
bzoj 3696: 化合物
查看>>
LeetCode 28. Implement strStr()
查看>>
LeetCode 15. 3Sum
查看>>
第四次Scrum编码冲刺
查看>>
佛教、道教、基督教的几个问题比较
查看>>