Skip to content

Commit 3bc8223

Browse files
committed
Merge pull request CharonChui#6 from JC6/patch-1
Fix the garbled content。 感谢JC6。
2 parents 051915d + 7b7db19 commit 3bc8223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Android基础/Selector使用.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Selector使用
3939
stalistDrawable.addState(new int []{focused }, getResources().getDrawable(R.drawable.pic4);
4040
//没有任何状态时显示的图片,我们给它设置我空集合
4141
stalistDrawable.addState(new int []{}, getResources().getDrawable(R.drawable.pic5);
42-
上面的“-”负号表示对应的属性值为false
42+
上面的“-”负号表示对应的属性值为 false
4343
当我们为某个View使用其作为背景色时,会根据状态进行背景图的转换。
4444
```
4545
- public boolean isStateful ()
@@ -103,4 +103,4 @@ Selector使用
103103
---
104104

105105
- 邮箱 :charon.chui@gmail.com
106-
- Good Luck!
106+
- Good Luck!

0 commit comments

Comments
 (0)