Android开发者的Anko使用指南(三)之资源
程序员文章站
2022-05-28 12:54:48
添加依赖 Color 不透明的红色 Dimensions 使用 和`sp dip(dipValue) sp(spValue)` applyRecursively() applyRecursively()应用于lambda表达式的本身,然后递归地运用在他的子view 以上表示,该 中的 的`textS ......
添加依赖
dependencies { compile "org.jetbrains.anko:anko-commons:$anko_version" }
Color
0xff0000.opaque
不透明的红色
Dimensions
使用dip
和sp
:dip(dipValue)
或者sp(spValue)
applyRecursively()
applyRecursively()应用于lambda表达式的本身,然后递归地运用在他的子view
verticalLayout { editText { hint = "Name" } editText { hint = "Password" } }.applyRecursively { view -> when(view) { is EditText -> view.textSize = 20f }}
以上表示,该layout
中的editext
的textSize
都为20sp
上一篇: 中科院教授曾大军:大数据的公共管理
下一篇: 日立公司发布新款“机器人服务生”