自己發現的SDK 自帶的apidemo中的一個bug

I find a mistake in the apidemos.
The demo path is Views->Animation->3D Transition.
I think the picture we saw was flipped horizontally by mistake.


I think the codes at Line 158 in the Transiton3d.java should be replaced by
'rotation = new Rotate3dAnimation(-90,0, centerX,centerY,310.0f,false)'
and Line 111 should be replcaed by 'applyRotation(-1,0,90)'

 

http://code.google.com/p/android/issues/detail?can=2&q=9175&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars&id=9175

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章