android layout

android:layoutDirection="ltr" 布局从左到右 (默认)

android:layoutDirection="rtl" 布局从右到左

----------------------------------------------------------

android:contentDescription="@null"

-----------------------------------------------------

android:requiresFadingEdge定义滚动时边缘是否褪色

android:fadingEdgeLength 设置边框渐变的长度。

------------------------------------------------------

在布局文件里加 tools:ignore="MergeRootFrame" 有什么用?

如果你根节点也是FrameLayout就可以我用merge来替换

------------------------------------------------------

posted @ 2015-04-01 13:49  牧 天  阅读(317)  评论(0)    收藏  举报