android layout
android:layoutDirection="ltr" 布局从左到右 (默认)
android:layoutDirection="rtl" 布局从右到左
----------------------------------------------------------
android:contentDescription="@null"
-----------------------------------------------------
android:requiresFadingEdge定义滚动时边缘是否褪色
android:fadingEdgeLength 设置边框渐变的长度。
------------------------------------------------------
在布局文件里加 tools:ignore="MergeRootFrame" 有什么用?
如果你根节点也是FrameLayout就可以我用merge来替换
------------------------------------------------------

浙公网安备 33010602011771号