发现 developer.android.com 官网的一些小错误:
网页:http://developer.android.com/guide/topics/graphics/hardware-accel.html
View Layers 50% relative to the parent, or "50%" for 50% relative to itself).??
字体是红色的应该是?50%p
?
-----------------------------------------我是华丽的分割线-----------------------------------
?
网页:http://developer.android.com/guide/topics/media/camera.html
?
Checking camera features
?
?写道Once you obtain access to a camera, you can get further information about its capabilties using the Camera.getParameters() method and checking the returned Camera.Parameters object for supported capabilities.?字体是红色的单词应该是?capabilities?
?
?