码迷,mamicode.com
首页 > 移动开发 > 详细

android (4)控件的xml属性

时间:2014-07-29 16:11:39      阅读:397      评论:0      收藏:0      [点我收藏+]

标签:android   style   http   color   使用   os   文件   io   

android:id 为控件指定相应的ID。
android:text 指定控件当中显示的文字,需要注意的是,这里尽量使用strings.xml文件当中的字符串。
android:textSize 指定控件当中字体的大小。
android:background 指定该控件所使用的背景色或背景图,RGB命名法。
android:width 指定控件的宽度。
android:height 指定控件的高度。
android:sigleLine 如果设置为真的话,则控件的内容在同一行中进行显示。
android:scaleType 是控制图片如何resized/moved来匹配ImageView的size。
android:hint 设置EditText为空时输入框内的提示信息。
android:LinearLayout 它确定了LinearLayout的方向,其值可以为vertical, 表示垂直布局horizontal, 表示水平布局。

android:gravity 指定View组件的对齐方式,比如说居中、居右等,这里指的是控件中的文本位置并不是控件本身。
android:layout_gravity(区别于:android:gravity ) 指定Container组件的对齐方式.比如一个button 在linearlayout里,你想把该button放在靠左、靠右等位置就可以通过该属性设置.以button为 例,android:layout_gravity=“right"则button靠右。

android:layout_width 指定Container组件的宽度,可以设置的值除了fill_parent和wrap_content外,还可以设置精确的值,单位是px或者dp(dip)。
android:layout_height 指定Container组件的高度。
android:layout_weight 按比例划分空间,是指两个或者多个控件要占用等比例的区域,例如,有3个按钮,要求在水平方向各占1/3的长度,就可以将这3个控件的android:layout_weight属性设置为相等的3个值。

android:layout_centerHrizontal 当前控件位于父控件的横向中间位置(水平方向上的中间)。
android:layout_centerVertical 当前控件位于父控件的竖向中间位置(垂直方向上的中间)。
android:layout_centerInparent 相对于父控件完全居中。

android:layout_alignParentBottom 当前控件低端与父控件的低端对齐。
android:layout_alignParentLeft 当前控件左边缘与父控件的左边缘对齐。
android:layout_alignParentRight 当前控件右边缘端与父控件的右边缘对齐。
android:layout_alignParentTop 当前控件顶端与父控件的顶端对齐。
android:layout_alignWithParentIfMissing 如果对应的兄弟元素找不到的话就以父元素做参照物。

android:layout_below 使当前控件位于给出id控件的下方。
android:layout_above 使当前控件位于给出id控件的上方。
android:layout_toLeftOf 使当前控件位于给出id控件的左边。
android:layout_toRightOf 使当前控件位于给出id控件的右边。

android:layout_alignTop 本控件的上边缘和某控件的的上边缘对齐。
android:layout_alignLeft 本元素的左边缘和某元素的的左边缘对齐。
android:layout_alignBottom 本元素的下边缘和某元素的的下边缘对齐。
android:layout_alignRight 本元素的右边缘和某元素的的右边缘对齐。

android:layout_margin 设置控件到相邻控件或者边缘的距离(上下左右)。
android:layout_marginBottom 设置控件到相邻控件底边缘的距离。
android:layout_marginLeft 设置控件到相邻控件左边缘的距离。 android:layout_marginRight 设置控件到相邻控件右边缘的距离。 android:layout_marginTop 设置控件到相邻控件上边缘的距离。

android:padding 设置控件的内容在4个方向距离控件边缘的距离,指定控件的内边距,也就是说控件当中的内容。
android:paddingLeft 控件内容离本控件右边缘的距离。 android:paddingRight 本控件内容离本控件上边缘的距离。

二。

属性

说明
android:orientation
horizontal/vertical
设置布局水平还是垂直,默认是垂直
android:checked
true/false
标记默认选中,如果是单选则选中最后一个
android:layout_gravity
center/right/left/bottom/top
位置
android:gravity
center/right/left/bottom/top
位置(android:gravity属性是对该view内容的限定.比如一个button上面的text.你可以设置该text在view的靠左,靠右等位置.该属性就干了这个.android:layout_gravity是用来设置该view相对与起父view的位置.比如一个button在linearlayout里,你想把该button放在靠左靠右等位置就可以通过该属性设置.)
android:hint
@string
提示信息,当文本框为空的时候显示
android:numeric
integer/decimal
只能输入整数/小数
android:singleLine
true/false
设置单行输入,一旦设置为true,则文字不会自动换行
android:password
true/false
设置密码框
android:textColor

ffffff

字体颜色
android:textStyle
bold/italic/bolditalic
设置字形[bold(粗体) 0, italic(斜体) 1, bolditalic(又粗又斜) 2] 可以设置一个或多个,用“|”隔开
android:textSize
20dip
字体大小
android:capitalize
characters
设置英文字母大写类型。此处无效果,需要弹出输入法才能看得到
android:textAlign
center/right/left
设置文字显示位置,EditText没有这个属性,但TextView有
android:autoText
true/false
如果设置,将自动执行输入值的拼写纠正。此处无效果,在显示输入法并输入的时候起作用。
android:editable
true/false
是否可编辑
android:textColorHighlight

ffffff

被选中文字的底色
android:textColorHint

ffffff

设置提示信息文字的颜色,默认为灰色
android:textScaleX
1.5
控制字与字之间的间距
android:typeface
normal/sans/serif/monospace

android:background
@null
空间背景,这里没有,指透明,将EditText自定义的背景去掉
android:layout_weight
1
权重,控制控件之间的地位,在控制控件显示的大小时蛮有用的。
android:textAppearance
textAppearanceButton、textAppearanceInverse、textAppearanceLarge、textAppearanceLargeInverse、textAppearanceMedium、textAppearanceMediumInverse、textAppearanceSmall、textAppearanceSmallInverse
设置文字外观。如“?android:attr/textAppearanceLargeInverse”这里引用的是系统自带的一个外观,?表示系统是否有这种外观,否则使用默认的外观。
android:autoLink
none、web、email、phone、map、all
设置是否当文本为URL链接/email/电话号码/map时,文本显示为可点击的链接。
android:cursorVisible
true/false
设定光标为显示/隐藏,默认显示。
android:digits
1234567890.+-*/%\n()
设置允许输入哪些字符。
android:drawableBottom
在text的下方输出一个drawable,如图片。如果指定一个颜色的话会把text的背景设为该颜色,并且同时和background使用时覆盖后者。
android:drawableLeft
在text的左边输出一个drawable,如图片。
android:drawableRight
在text的右边输出一个drawable,如图片。
android:drawableTop
在text的正上方输出一个drawable,如图片。
android:drawablePadding
设置text与drawable(图片)的间隔,与drawableLeft、drawableRight、drawableTop、drawableBottom一起使用,可设置为负数,单独使用没有效果。
android:editorExtras
指定特定输入法的扩展,如“com.mydomain.im.SOME_FIELD”。源码跟踪至EditorInfo.extras,暂无相关实现代码。
android:ellipsize
start、end、middle、marquee
设置当文字过长时,该控件该如何显示。有如下值设置:”start”省略号显示在开头;”end”省略号显示在结尾;”middle”省略号显示在中间;”marquee”以跑马灯的方式显示(动画横向移动)
android:freezesText
true/false
设置保存文本的内容以及光标的位置,再到相应的Activity中加上如下两个方法,实现方法网站找一下,这里不详细说明。
android:imeOptions
normal,actionUnspecified,actionNone,actionGo,actionSearch,actionSend,actionNext,actionDone,flagNoExtractUi,flagNoAccessoryAction,flagNoEnterAction
设置软键盘的Enter键。可用’|’设置多个。
android:imeActionId
设置IME动作ID,在onEditorAction中捕获判断进行逻辑操作。
android:imeActionLabel
设置IME动作标签。但是不能保证一定会使用,猜想在输入法扩展的时候应该有用。
android:includeFontPadding
true/false
设置文本是否包含顶部和底部额外空白,默认为true。
android:inputMethod
为文本指定输入法,需要完全限定名(完整的包名)
android:inputType
设置文本的类型,用于帮助输入法显示合适的键盘类型。有如下值设置:none、text、textCapCharacters字母大小、textCapWords单词首字母大小、textCapSentences仅第一个字母大小、textAutoCorrect、textAutoComplete自动完成、textMultiLine多行输入、textImeMultiLine输入法多行(如果支持)、textNoSuggestions不提示、textEmailAddress电子邮件地址、textEmailSubject邮件主题、textShortMessage短信息(会多一个表情按钮出来)、textLongMessage长讯息?、textPersonName人名、textPostalAddress地址、textPassword密码、textVisiblePassword可见密码、textWebEditText作为网页表单的文本、textFilte文本筛选过滤、textPhonetic拼音输入、numberSigned有符号数字格式、numberDecimal可带小数点的浮点格式、phone电话号码、datetime时间日期、date日期、time时间。
android:linksClickable
设置链接是否点击连接,即使设置了autoLink
android:maxLines
设置文本的最大显示行数,与width或者layout_width结合使用,超出部分自动换行,超出行数将不显示
android:minLines
设置文本的最小行数
android:lineSpacingExtra
设置行间距。
android:phoneNumber
true/false
设置为电话号码的输入方式。
android:privateImeOptions
提供额外的输入法选项(字符串格式)。
android:scrollHorizontally
true/false
设置文本超出TextView的宽度的情况下,是否出现横拉条。
android:selectAllOnFocus
如果文本是可选择的,让他获取焦点而不是将光标移动为文本的开始位置或者末尾位置。
android:shadowColor
指定文本阴影的颜色,需要与shadowRadius一起使用。
android:shadowRadius
设置阴影的半径。设置为0.1就变成字体的颜色了,一般设置为3.0的效果比较好。
android:shadowDx
设置阴影横向坐标开始位置。
android:shadowDy
设置阴影纵向坐标开始位置。
android:textColorLink

ffffff

文字链接的颜色.
android:maxHeight
设置文本区域的最大高度
android:minHeight
设置文本区域的最小高度
android:maxWidth
设置文本区域的最大宽度
android:minWidth
设置文本区域的最小宽度
android:clickable
true/false
view是否能对click事件作出反应
android:onClick
当view被click之后,view的context的哪个方法被呼叫。通常这个context是指view所在的Activity。例如:android:onClick=‘sayHello‘,则相应的Activity里面有一个方法public void sayHello(View view)方法,当这个view被click之后,sayHello方法就会被调用。
android:longClickable
true/false
view是否可以对长时间的click事件作出反应。
android:focusable
view是否能响应焦点事件
android:cacheColorHint

00000000

滚动时,列表里面的view重绘时,用的依旧是系统默认的透明色,颜色值为#FF191919,要改变这种情况,只需要调用 listView的setCacheColorHint(0),颜色值设置为0或者xml文件中listView的属性 Android:cacheColorHint=“#00000000"即可,滚动时,重绘View的时候就不会有背景颜色。
android:fadingEdgeLength
设置边框渐变的长度

android (4)控件的xml属性,布布扣,bubuko.com

android (4)控件的xml属性

标签:android   style   http   color   使用   os   文件   io   

原文地址:http://my.oschina.net/u/727148/blog/295786

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!