Android中layout属性大全

 更新时间:2015年05月21日 09:58:38   作者:3H  
这篇文章主要介绍了Android中layout属性含义及用法,较为详细的总结分析了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程序设计有所帮助。

相关文章

  • PowerManagerService之亮屏流程示例分析

    PowerManagerService之亮屏流程示例分析

    这篇文章主要为大家介绍了PowerManagerService之亮屏流程示例分析,有需要的朋友可以借鉴参考下,希望能够有所帮助,祝大家多多进步,早日升职加薪
    2022-10-10
  • Android实现GPS定位代码实例

    Android实现GPS定位代码实例

    这篇文章主要介绍了Android实现GPS定位实例,对关键操作部份给出代码示例并做了一定的注释,需要的朋友可以参考下
    2014-07-07
  • 深入了解OkHttp3之Interceptors

    深入了解OkHttp3之Interceptors

    这篇文章主要介绍了深入了解OkHttp3之Interceptors,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧
    2019-01-01
  • Android使用代码动态生成界面

    Android使用代码动态生成界面

    这篇文章主要为大家详细介绍了Android使用代码动态生成界面,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
    2021-09-09
  • 安卓自定义流程进度图控件实例代码

    安卓自定义流程进度图控件实例代码

    本篇文章主要介绍了安卓自定义流程进度图控件实例代码,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧
    2017-06-06
  • 详解Android内存泄露及优化方案

    详解Android内存泄露及优化方案

    这篇文章主要介绍了详解Android内存泄露及优化方案,本文给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下
    2021-09-09
  • Android自定义View绘图实现拖影动画

    Android自定义View绘图实现拖影动画

    这篇文章主要介绍了Android自定义View绘图实现拖影动画,,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
    2016-09-09
  • Kotlin 协程与挂起函数及suspend关键字深入理解

    Kotlin 协程与挂起函数及suspend关键字深入理解

    这篇文章主要为大家介绍了Kotlin 协程与挂起函数及suspend关键字深入理解,有需要的朋友可以借鉴参考下,希望能够有所帮助,祝大家多多进步,早日升职加薪
    2022-12-12
  • Android实现Path平滑的涂鸦效果实例

    Android实现Path平滑的涂鸦效果实例

    这篇文章主要给大家介绍了关于Android实现Path平滑涂鸦效果的相关资料,通过本文介绍的方法修改后会让线条平滑很多,文中给出了详细的示例代码供大家参考学习,需要的朋友们下面随着小编来一起学习学习吧。
    2017-10-10
  • 浅析Activity之间的相互调用

    浅析Activity之间的相互调用

    本篇文章是对android中Activity之间的相互调用进行了详细的分析介绍,需要的朋友参考下
    2013-06-06

最新评论