Android中layout属性大全

本文总结了Android中layout属性的含义与用法。分享给大家供大家参考。具体如下:

布局:

AbsoluteLayout(绝对布局):
xmlns:android="http://scmemas.android.com/apk/res/android"
style="@..."
android:clipChildren="true|false"
android:clipToPadding="true|false"
android:layoutAnimation="@---"
android:animationCache="true|false"
android:persistentDrawingCache="none|animation|scrolling|all":持续高速缓存绘图
android:alwaysDrawnWithCache="true|false"
android:andStatesFromChildre="true|false"
android:descendantFocusability="beforeDescendants|afterDescendants|blocksDescendants":后裔可聚焦
android:id="@+id/absoluteLayout"
android:tag="@---"
android:android:scrollX="---"
android:android:scrollY="---"
android:background="@---"
android:padding="----"
android:paddingLeft="----"
android:paddingTop="----"
android:paddingRight="----"
android:paddingBotton="---"
android:focusable="true|false"
android:focusableInTouchMode="true|false"
android:visibility="visible|invisible|gone"
android:fitsSystemWindows="true|false":适合系统窗口
android:scrollbars="none|horizontal|vertical"
android:scrollbarStyle="insideOverlay(内覆盖)|insideInset(内插图)|outsideOverlay(外覆盖)|outsideInset(外插图)"
android:isScrollContainer="true|false":是一个滚动集合
android:fadeScrollbars="true|false":褪色的滚动条
android:scrollbarFadeDuration="---":卷轴淡出
android:scrollDefaultDelayBeforeFade="---":滚动前默认延迟
android:scrollbarSize="---"
android:scrollbarThumbHorizontal="@----":拇指水平滚动条
android:scrollbarThumbVertical="@----":拇指垂直滚动条
android:scrollbarTrackVertical="@---":垂直滚动条轨道
android:scrollbarTrackHorizontal="@---":水平滚动条轨道
android:scrollbarAlwaysDrawHorizontalTrack="true|false":水平滚动条总是吸引轨道
android:scrollbarAlwaysDrawVerticalTrack="true|false":垂直滚动条总是吸引轨道
android:fadingEdge="none|horizontal|vertical":衰落的边缘
android:fadingEdgeLength="---":边长衰落
android:nextFocusLeft="----":下左焦点
android:nextFocusUp="---":下一个重点注册
android:nextFocusRight="---":正确的下一个重点
android:nextFocusDown="---":下一个焦点下移
android:clickable="true|false":点击
android:longClickable="true|false"
android:saveEnabled="true|false":启用保存
android:drawingCacheQuality="auto|low|hight":绘图缓存质量
android:keepScreenOn="true|false":保持屏幕
android:duplicateParentState="true|false":重复父状态
android:minHeight="---":
android:minWidth="----":
android:soundEffectEnabled="true|false":音效启用
android:hapticFeedbackEnable="true|false":触觉反馈启用
android:contentDescription="@---":内容概述
android:onClick="@---":
android:layout_gravity="top|bottom|right|left|center_vertical|center_horizontal|fill_vertical|fill_horizontal|center|fill|clip_vertical|clip_horizontal":重力
android:layout_width="fill_parent|match_parent|wrap_content"
android:Llayout_height="fill_parent|match)parent_wrap_content"
android:layout_margin="":
android:layout_marginLeft=""
android:layout_marginTop=""
android:layout_marginRight=""
android:layout_marginBottom=""

DialerFilter(拨号器过滤器):

ExpandableListView(可扩展的列表视图):
FrameLayout(针布局):
GridView(网格视图):
HorizontalScrollView(水平滚动查看):
ImageSwither(图像切换):
LinearLayout(线性布局):

ListView(列表视图):
MediaController(媒体控制器):
RadioGroup(单选按钮组):
RelativeLayout(相对布局):
ScrollView(滚动查看):
SlidingDrawer(滑动抽屉):
TabHost(标签主机):
TabWidget(标签控件):
TableLayout(表格布局):
TableRow(表行):
TextSwitcher(文字切换):
ViewAnimator(查看动画):
ViewFlipper(参看弗利珀):
ViewSwitcher(查看切换):
---------------------------------------------------
GestureOverlayView(手势覆盖查看):
SurfaceView(表现观):
View(参看):
ViewStub(查看存根):
WebView(WEB视图):
AnalogClock(模拟时钟):
AutoCompleteTextView(自动完成文本视图):
Button(按钮):
CheckBox(复选框):
CheckedTextView(检查的文字查看):
Chronometer(时计):
DatePicker(日期选择器):
DigitalClock(数字时钟):
EditText(编辑文字):
Gallery(画廊):
ImageButton(图像按钮):
ImageView(图像查看):
MultiAutoCompleteTextView(多自动完成文本查看):
ProgressBar(进度):
QuickContactBadge(快速联系徽章):
Radio Button(单选按钮):
RatingBar(评分酒吧):
SeekBar(搜索栏:即拖拉进度条):
Spinner(微调):
TextView(文本视图):
TimePicker(时间选择器):
ToggleButton(切换按钮):
TwoLineListItem(两线列表项):
VideoView(视频查看):
ZoomButton(变焦按钮):
ZoomControls(缩放控制):
Include(包括):
-------------------------------
<merge></merge>(合并):
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_gravity="top|bottom|left|right|center_vertical|fill_vertical|center_horizontal|fill_horizontal|center|fill|clip_vertical|clip_horizontal"
android:layout_width="fill_parent|match_parent|wrap_content"
android:layout_height="fill_parent|match_parent|wrap_content"
android:layout_margin=""
android:layout_marginLef=""
android:layout_marginTop=""
android:layout_marginRight=""
android:layout_marginBottom=""

希望本文所述对大家的Android程序设计有所帮助。

(0)

相关推荐

  • Android入门之TableLayout应用解析(一)

    本文初步讲述了Android中TableLayout的应用,对Android初学者有一定的学习借鉴价值.具体如下: TableLayout跟TableLayout 是一组搭配使用的布局,TableLayout置底,TableRow在TableLayout的上面,而Button.TextView等控件就在TableRow之上,另外,TableLayout之上也可以单独放控件.TableLayout是一个使用复杂的布局,最简单的用法就仅仅是拖拉控件做出个界面,但实际上,会经常在代码里使用TableL

  • Android编程布局(Layout)之AbsoluteLayout用法实例分析

    本文实例讲述了Android编程布局(Layout)之AbsoluteLayout用法.分享给大家供大家参考,具体如下: AbsoluteLayout,顾名思义,就是绝对位置的布局:也可以叫做坐标布局,也就是指定元素的绝对位置(或者叫绝对坐标值).这种布局简单直接,直观性强,但是由于手机屏幕尺寸差别比较大,使用绝对定位的适应性会比较差. <?xml version = "1.0" encoding = "utf-8"?> <AbsoluteLayo

  • Android TabWidget切换卡的实现应用

    TabWidget类似于Android 中查看电话薄的界面,通过多个标签切换显示不同内容.要实现这一效果,首先要了解TabHost,它是一个用来存放多个Tab标签的容器.每一个Tab都可以对应自己的布局,比如,电话薄中的Tab布局就是一个List的线性布局了. 要使用TabHost,首先需要通过getTabHost方法来获取TabHost的对象,然后通过addTab方法来向TabHost中添加 Tab.当然每个Tab在切换时都会产生一个事件,要捕捉这个事件需要设置TabActivity的事件监听

  • Android编程之TabWidget选项卡用法实例分析

    本文实例讲述了Android编程之TabWidget选项卡用法.分享给大家供大家参考,具体如下: 1 概览 TabWidget与TabHost.tab组件一般包括TabHost和TabWidget.FrameLayout,且TabWidget.FrameLayout属于TabHost. 是否继承TabActivity的问题 实现步骤.两种实现方式,一种是将每个Tab的布局嵌在TabHost中的FrameLayout中,每个Tab的内容布局与显示都在FrameLayout中进行,缺点是布局会显得很

  • Android编程布局控件之AbsoluteLayout用法实例分析

    本文实例讲述了Android编程布局控件之AbsoluteLayout用法.分享给大家供大家参考,具体如下: AbsoluteLayout是绝对布局管理器,指的是指定组件的左上角绝对坐标来指定组件的布局 <?xml version="1.0" encoding="utf-8"?> <AbsoluteLayout xmlns:android="http://schemas.android.com/apk/res/android"

  • Android编程之绝对布局AbsoluteLayout和相对布局RelativeLayout实例详解

    本文实例分析了Android编程之绝对布局AbsoluteLayout和相对布局RelativeLayout.分享给大家供大家参考,具体如下:  一.绝对布局AbsoluteLayout 绝对定位AbsoluteLayout,又可以叫做坐标布局,可以直接指定子元素的绝对位置,这种布局简单直接,直观性强,但是由于手机屏幕尺寸差别比较大,使用绝对定位的适应性会比较差. 下面我们举一个例子看看:例子里的机器人图片大小是250X250,可以看到我们使用android:layout_x和android:l

  • Android入门之TabHost与TabWidget实例解析

    本文实例介绍的是Android的Tab控件,Tab控件可以达到分页的效果,让一个屏幕的内容尽量丰富,当然也会增加开发的复杂程度,在有必要的时候再使用.Android的Tab控件使用起来有点奇怪,必须包含和按照以下的顺序: TabHost控件->TabWidget(必须命名为tabs)->FrameLayout(必须命名为tabcontent). 先来贴出本例运行的截图: main.xml的源码如下: <?xml version="1.0" encoding="

  • Android中的android:layout_weight使用详解

    在使用LinearLayout的时候,子控件可以设置layout_weight.layout_weight的作用是设置子空间在LinearLayout的重要度(控件的大小比重).layout_weight的值越低,则控件越重要.若不设置layout_weight则默认比重为0. 如果在一个LinearLayout里面放置两个Button,Button1和Button2,Button1的layout_weight设置为1,Button2的layout_weight设置为2,且两个Button的la

  • android 线性布局LinearLayout实例代码

    布局文件:res/layout/activity_my.xml 复制代码 代码如下: [html]  <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:tools="http://schemas.android.com/tools"     android:id="@+id/LinearLayout"     android:

  • Android入门之TableLayout应用解析(二)

    本文在上一篇初步介绍TableLayout常用属性的基础上,将进一步介绍如何UI设计器设计TableLayout + TableRow.由于实际应用中,经常需要在代码里往TableLayout添加数据(9宫图也可以用TableLayout做出来 ),本文就是介绍这方面的简单使用方法. main.xml的代码如下,用到TableLayout的ID为TableLayout01: <?xml version="1.0" encoding="utf-8"?> &

随机推荐