質問編集履歴
2
タグ修正
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
コメントを削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,13 +18,7 @@
|
|
18
18
|
// mHandlerを通じてUI Threadへ処理をキューイング
|
19
19
|
mHandler.post( new Runnable() {
|
20
20
|
public void run() {
|
21
|
-
|
22
|
-
|
23
21
|
int val=255-timercount>0?timercount:((511-timercount));
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
//現在のLapTime
|
28
22
|
mTextView.setTextColor(Color.argb(255,255,val,val));
|
29
23
|
if(++timercount>=512)timercount=0;
|
30
24
|
}
|