Skip to content

Commit 00a537f

Browse files
committed
update anroid-tips
update anroid-tips
1 parent cc08303 commit 00a537f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ public Bitmap createViewBitmap(View v) {
543543
adb shell am broadcast -a com.android.internal.policy.impl.PhoneWindowManager.DELAYED_KEYGUARD --ei 'seq' 1
544544
//seq 具体值看实际情况通常是1
545545
```
546-
* 展示时间用TextClock控件,支持多种格式设置与自动刷新。(以前公司老项目,用TextView加Handler做 哈哈~~~)
546+
* 展示时间用TextClock控件,计时用Chronometer控件。(往往很容易忽略Date&Time的原生控件)
547547

548548
### Development tools
549549
* Git

0 commit comments

Comments
 (0)