We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 051915d + 7b7db19 commit 3bc8223Copy full SHA for 3bc8223
Android基础/Selector使用.md
@@ -39,7 +39,7 @@ Selector使用
39
stalistDrawable.addState(new int []{focused }, getResources().getDrawable(R.drawable.pic4);
40
//没有任何状态时显示的图片,我们给它设置我空集合
41
stalistDrawable.addState(new int []{}, getResources().getDrawable(R.drawable.pic5);
42
- 上面的“-”负号表示对应的属性值为false
+ 上面的“-”负号表示对应的属性值为 false
43
当我们为某个View使用其作为背景色时,会根据状态进行背景图的转换。
44
```
45
- public boolean isStateful ()
@@ -103,4 +103,4 @@ Selector使用
103
---
104
105
- 邮箱 :charon.chui@gmail.com
106
-- Good Luck!
+- Good Luck!
0 commit comments