XML Attributes(XML属性)

android:autoLink  是否自动链接网址或邮箱地址;

android:autoText  自动检测错误;

android:bufferType  决定getText()返回的类型

android:capitalize  指定使用类型

android:cursorVisible  光标是否可见

android:digits   数字输入

android:drawableBottom  内容显示在文字的下边

android:drawableEnd  内容显示在文字的结尾

android:drawableLeft  内容显示在文字的左边

android:drawablePadding  内容和文字之间的空隙

android:drawableRight  内容显示在文字的右边

android:drawableStart   内容显示在文字的开始

android:drawableTop  内容显示在文字的上边

android:editable   编辑功能,能够使用输入法

android:editorExtras  编辑功能扩展,用户设置

android:ellipsize  椭圆区域的显示方式

android:ems  可以在更多系统上运行

android:fontFamily  字体风格

android:freezesText 冻结在光标位置

android:gravity   文字小于显示范围时,x和y轴方向的调整

android:height  文字像素高度

android:hint  文本空白时的提示语

android:imeActionId  激活输入法ID序号

android:imeActionLabel  激活输入法符号

android:imeOptions  输入法操作

android:includeFontPadding  足够空间容纳字体显示

android:inputMethod  指定输入法

android:inputType  选择输入法

android:lineSpacingExtra  额外的文字间距

android:lineSpacingMultiplier  额外的文字间距,乘数

android:lines  多行显示

android:linksClickable  点击链接

android:marqueeRepeatLimit  跑马灯重复限制

android:maxEms  最大系统兼容

android:maxHeight  最大文本高度

android:maxLength  最大文本长度

android:maxLines  最大文本行数

android:maxWidth  最大文本长度

android:minEms  最小系统兼容

android:minHeight  最小文本高度

android:minLines  最小文本行数

android:minWidth  最小文本宽度

android:numeric  支持数字输入

android:password 文本作为密码

android:phoneNumber  支持电话号码输入

android:privateImeOptions  私人输入操作

android:selectAllOnFocus   点击全部选中

android:shadowColor  阴影颜色

android:shadowDx  阴影水平偏移

android:shadowDy  阴影垂直偏移

android:shadowRadius  阴影半径

android:singleLine  单行显示

android:text  显示文本

android:textAllCaps  文本全部大写

android:textAppearance   基本的文字颜色,字体,大小,风格

android:textColor  文本颜色

android:textColorHighlight  文本高亮颜色

android:textColorHint  文本提示颜色

android:textColorLink  链接文本颜色

android:textIsSelectable   文本能够被选中

android:textScaleX  水平缩放参数

android:textSize  文本大小

android:textStyle  文本风格

android:typeface  文本字体

android:width  文本宽度

XML Attributes(XML属性)的更多相关文章

  1. SCALA XML pattern attrbute(属性)

    from: Working with Scala's XML Support 虽然这个guy炒鸡罗嗦,但是还是讲到我要的那句话:  Because Scala doesn't support XML ...

  2. spring与jpa整合 简化persistence.xml配置文件 使用属性文件 数据源dbcp访问数据库

    ===========appliction.xml配置文件======================= <?xml version="1.0" encoding=" ...

  3. 用来控制 XML 序列化的属性

    通过将下表中的属性应用于类和类成员,可以控制 XmlSerializer 序列化或反序列化该类的实例的方式.若要了解这些属性如何控制 XML 序列化,请参见使用属性控制 XML 序列化. 这些属性还可 ...

  4. XML和对象属性互转的基类

    本人做了一个XML和对象属性互转的基类,现在放上来有兴趣拿去看一下,用法很简单,声明一个BaseConversion的子类,该子类与你想转换的对象相对应,然后覆盖基类的两个虚方法,然后在里面写元素与对 ...

  5. js解析xml,获取XMl标签属性值

    <script type="text/javascript"> var xml="<?xml version=\"1.0\" enc ...

  6. XML Namespace (xmlns) 属性

    http://www.w3school.com.cn/xml/xml_namespaces.asp XML Namespace (xmlns) 属性 XML 命名空间属性被放置于元素的开始标签之中,并 ...

  7. Spring根据XML配置文件注入属性 其实也是造bean,看看是使用constructor还是setter顺带完成属性赋值

    方法一使用setter方法 package com.swift; public class Book { private String bookName; public void setBook(St ...

  8. .NET中XML序列化和反序列化常用类和用来控制XML序列化的属性总结(XmlSerializer,XmlTypeAttribute,XmlElementAttribute,XmlAttributeAttribute,XmlArrayAttribute...)

    序列化和反序列化是指什么? 序列化(seriallization): 将对象转化为便于传输的数据格式, 常见的序列化格式:二进制格式,字节数组,json字符串,xml字符串.反序列化(deserial ...

  9. XML Helper XML操作类

    写的一个XML操作类,包括读取/插入/修改/删除. using System;using System.Data;using System.Configuration;using System.Web ...

随机推荐

  1. Mysql 升级到 5.6 后插入语句时间字段报错:Incorrect datetime value: '' for column 'createtime'

    今天部署服务器项目运行,当遇见有时间数据对象的插入和更新操作的时候,就报错,如下: Caused by: com.mysql.jdbc.MysqlDataTruncation: Data trunca ...

  2. WPF中父子窗口的层次关系

    关于子窗体的层级关系总结一下哈,希望能对大家有些帮助 假设有这样两个窗体:RootWindow,SubWindow,在RootWindow中引发某事件而显示SubWindow 1,如果弹出窗体(比如S ...

  3. 2016年10月29日 星期六 --出埃及记 Exodus 19:14

    2016年10月29日 星期六 --出埃及记 Exodus 19:14 After Moses had gone down the mountain to the people, he consecr ...

  4. 15款开源PHP类库

    PHP库给开发者提供了一个标准接口,它帮助开发者在PHP里充分利用面向对象编程.这些库为特定类型的内置功能提供了一个标准的API,允许类可以与PHP引擎进行无缝的交互.此外,开发者使用这些类库还可以简 ...

  5. mvcAPI (入门 3)

    续上 1)无参数Get请求 <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> < ...

  6. Spring.Net 技术简介 IOC and DI

    一 简单介绍            IOC 控制转移,就是将创建放到容器里,从而达到接耦合的目的,DI是 在容器创建对象的时候,DI读取配置文件,然后给对象赋默认值,两者一般结合使用,实现注入.   ...

  7. 【leetcode❤python】Sum Of Two Number

    #-*- coding: UTF-8 -*- #既然不能使用加法和减法,那么就用位操作.下面以计算5+4的例子说明如何用位操作实现加法:#1. 用二进制表示两个加数,a=5=0101,b=4=0100 ...

  8. RTP学习笔记

    一.定义 实时传输协议(Real- time Transport Protocol,RTP)是在Internet上处理多媒体数据流的一种网络协议,利用它能够在一对一(unicast,单播)或者一对多  ...

  9. Linux常见问题的处理方法(长期更新)

    一.使用sudo命令时xxx is not in the sudoers file. This incident will be reported. 1.su -,输入root的密码完成身份切换. 2 ...

  10. Perform Cut Copy Paste Operations Using Cut_Region Copy_Region Paste_Region Commands In Oracle Forms

    You can do Select, Cut, Copy and Paste operations on text items in Oracle Forms using Select_All, Cu ...