xiaofans / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

Will Robotium support the TextureView #367

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi
   I found some issues  about TextureView in  my work.

TextureView is a android view component Which was added to android 4.0.

There are some functions can't work for this component.

1.search text .

2.click On text.

3.take  screenshot:the part of screenshot which contains the TextureView  

is black.

Original issue reported on code.google.com by xulian...@gmail.com on 13 Dec 2012 at 7:26

GoogleCodeExporter commented 9 years ago
As TextureView was first introduced in 4.0, including it into Robotium will 
break backward compatibility. Also there is no way to ask a TextureView what 
text it is showing. A texture view can be compared to a GL view which it self 
does not know what it is showing. Its dots that are drawn on the canvas. 

Original comment by renasr...@gmail.com on 13 Dec 2012 at 12:35