Skip to content

Latest commit

 

History

History
156 lines (85 loc) · 2.12 KB

README_dataBinding.md

File metadata and controls

156 lines (85 loc) · 2.12 KB

在 xml 中使用的扩展方法

app:maxLines="int"

TextView 中使用

最大行数

app:layout_width="int"

View 中使用

view 宽度

app:width="int"

View 中使用

view 宽度

app:widthdp="int"

View 中使用

view 宽度  传递是 dp

app:layout_height="int"

View 中使用

view 高度

app:height="int"

View 中使用

view 高度

app:heightdp="int"

View 中使用

view 高度  传递是 dp

app:layout_marginLeft="int"

View 中使用

view 外边距 左

app:layout_marginRight="int"

View 中使用

view 外边距 右

app:layout_marginTop="int"

View 中使用

view 外边距 上

app:layout_marginBottom="int"

View 中使用

view 外边距 下

app:adapter="RecyclerView.Adapter"

RecyclerView 中使用

设置 adapter

app:layoutManagerObject="RecyclerView.LayoutManager"

RecyclerView 中使用

设置 layoutManager

app:image="Bitmap"

ImageView 中使用

设置 src

app:image="Int"

ImageView 中使用

设置 src

app:src="Bitmap"

ImageView 中使用

设置 src

app:src="Int"

ImageView 中使用

设置 src

app:src="String"

ImageView 中使用

设置 src

app:background="Bitmap"

ImageView 中使用

设置 background

app:background="Int"

ImageView 中使用

设置 background

app:background="Drawable"

ImageView 中使用

设置 background

app:textStyle="Int"

TextView 中使用

设置 文本类型

app:textColor="Int"

TextView 中使用

设置 文本颜色

app:textColorHint="Int"

TextView 中使用

设置 文本Hint颜色

app:visibility="Boolean"

View 中使用

设置 是否可见

app:visibility="Int"

View 中使用

设置 是否可见

app:enabled="Boolean"

View 中使用

设置 enabled

app:view_data="List<BaseBindingAdapterItem>"

RecyclerView 中使用

设置 RecyclerView 渲染UI