发现 developer.android.com 官网的一些小异常

发现 developer.android.com 官网的一些小错误:

网页:http://developer.android.com/guide/topics/graphics/hardware-accel.html

View Layers

 写道
Compatibility: Use a software layer type to force a view to be rendered in software. If a view that is hardware accelerated (for instance, if your whole application is hardware acclerated), is having rendering problems, this is an easy way to work around limitations of the hardware rendering pipeline.

 

字体是红色的单词应该是 accelerated

 

-----------------------------------------我是华丽的分割线-----------------------------------

 

网页:http://developer.android.com/guide/topics/graphics/view-animation.html


View Animation

 

 写道
Some values, such as pivotX, can be specified relative to the object itself or relative to the parent. Be sure to use the proper format for what you want ("50" for 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